#600802

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

Shades of Maroon #600802

Tints of Maroon #600802

Color information

#600802 (or 0x600802) is unknown color: approx Maroon. HEX triplet: 60, 08 and 02. RGB value is (96,8,2). Sum of RGB (Red+Green+Blue) = 96+8+2=106 (14% of max value = 765). Red value is 96 (37.89% from 255 or 90.57% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 96 - color contains mainly: red. Hex color #600802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600802 is #9FF7FD. Grayscale: #212121. Windows color (decimal): -10483710 or 133216. OLE color: 133216.

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

Color convert

RGB9682-
CMYK00.920.980.62
HSL3.83º95.92%19.22%-
HSV(B)3.83º97.92%37.65%-
XYZ4.922.660.31-
YUV33.63110.15172.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 90.57%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=90.57%
G=7.55%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal968200.920.980.623.8395.9219.22
Hex608205C623E46013
Octal140102013414276414023
Binary1100000100010010111001100010111110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600802; }

 p { color: rgb(96,8,2); }

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

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

 a { background-color: rgb(96,8,2); }

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

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

 span { border-color: rgb(96,8,2); }

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