Html Css Color HEX #600402 Maroon

📋 copy color: '#600402'

red 96 ◦ green 4 ◦ blue 2

#600402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #600402

Tints of Maroon #600402

RGB

 RED value IS 96 (37.89% from 255) = 94.12%

 GREEN value IS 4 (1.95% from 255) = 3.92%

 BLUE value IS 2 (1.17% from 255) = 1.96%

R = 94.12%
G = 3.92%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600402 (or 0x600402) is known color: Maroon. HEX triplet: 60, 04 and 02. RGB value is (96,4,2). Sum of RGB (Red+Green+Blue) = 96+4+2=102 (13% of max value = 765). Red value is 96 (37.89% from 255 or 94.12% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 96 - color contains mainly: red. Hex color #600402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600402 is #9FFBFD. Grayscale: #1F1F1F. Windows color (decimal): -10484734 or 132192. OLE color: 132192.

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

Color convert

RGB 96 4 2 -
CMYK 0 0.96 0.98 0.62
HSL 1.28º 0.96% 0.19% -
HSV(B) 1.28º 0.98% 0.38% -
XYZ 4.88 2.58 0.3 -
YUV 31.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 96 4 2 0 0.96 0.98 0.62 1.28 0.96 0.19
Hex 60 4 2 0 60 62 3E 1 60 13
Octal 140 4 2 0 140 142 76 1 140 23
Binary 1100000 100 10 0 1100000 1100010 111110 1 1100000 10011

Color Harmonies of #600402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600402

Black with #600402

Text Example


Text Example

White with #600402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600402; }

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

 H1.HeaderClassName
 {
   color: #600402;
 }
 .AnyTagClassName
 {
   color: #600402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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