#620704

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

Shades of Maroon #620704

Tints of Maroon #620704

Color information

#620704 (or 0x620704) is unknown color: approx Maroon. HEX triplet: 62, 07 and 04. RGB value is (98,7,4). Sum of RGB (Red+Green+Blue) = 98+7+4=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620704 is #9DF8FB. Grayscale: #212121. Windows color (decimal): -10352892 or 264034. OLE color: 264034.

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

Color convert

RGB9874-
CMYK00.930.960.62
HSL1.91º92.16%20%-
HSV(B)1.91º95.92%38.43%-
XYZ5.132.760.38-
YUV33.87111.15173.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.91%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=89.91%
G=6.42%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal987400.930.960.621.9192.1620
Hex627405D603E25c14
Octal14274013514076213424
Binary110001011110001011101110000011111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620704; }

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

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

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

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

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

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

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

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