#620904

Color #620904 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #620904

Tints of Maroon #620904

Color information

#620904 (or 0x620904) is unknown color: approx Maroon. HEX triplet: 62, 09 and 04. RGB value is (98,9,4). Sum of RGB (Red+Green+Blue) = 98+9+4=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620904 is #9DF6FB. Grayscale: #232323. Windows color (decimal): -10352380 or 264546. OLE color: 264546.

HSL color Cylindrical-coordinate representation of color #620904: hue angle of 3.19º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620904 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB9894-
CMYK00.910.960.62
HSL3.19º92.16%20%-
HSV(B)3.19º95.92%38.43%-
XYZ5.162.80.38-
YUV35.04110.49172.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 88.29%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=88.29%
G=8.11%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989400.910.960.623.1992.1620
Hex629405B603E35c14
Octal142114013314076313424
Binary1100010100110001011011110000011111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620904; }

 p { color: rgb(98,9,4); }

 H1.HeaderClassName
 {
   color: #620904;
 }
 .AnyTagClassName
 {
   color: #620904;
 }
</style>
background-color css

<style>
 a { background-color: #620904; }

 a { background-color: rgb(98,9,4); }

 div.DivClassName
 {
   background-color: #620904;
 }
 .BgClassName
 {
   background-color: #620904;
 }
</style>
border-color css

<style>
 span { border-color: #620904; }

 span { border-color: rgb(98,9,4); }

 td.TdClassName
 {
   border-color: #620904;
 }
 .TagClassName
 {
   border-color: #620904;
 }
</style>