#620404

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

Shades of Maroon #620404

Tints of Maroon #620404

Color information

#620404 (or 0x620404) is unknown color: approx Maroon. HEX triplet: 62, 04 and 04. RGB value is (98,4,4). Sum of RGB (Red+Green+Blue) = 98+4+4=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620404 is #9DFBFB. Grayscale: #202020. Windows color (decimal): -10353660 or 263266. OLE color: 263266.

HSL color Cylindrical-coordinate representation of color #620404: hue angle of 0º 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 #620404 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB9844-
CMYK00.960.960.62
HSL92.16%20%-
HSV(B)95.92%38.43%-
XYZ5.12.690.37-
YUV32.11112.14175-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 92.45%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=92.45%
G=3.77%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal984400.960.960.62092.1620
Hex6244060603E05c14
Octal14244014014076013424
Binary11000101001000110000011000001111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620404; }

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

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

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

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

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

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

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

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