Html Css Color HEX #600502 Maroon

📋 copy color: '#600502'

red 96 ◦ green 5 ◦ blue 2

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

Shades of Maroon #600502

Tints of Maroon #600502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.85%

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

R = 93.2%
G = 4.85%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600502 (or 0x600502) is known color: Maroon. HEX triplet: 60, 05 and 02. RGB value is (96,5,2). Sum of RGB (Red+Green+Blue) = 96+5+2=103 (13% of max value = 765). Red value is 96 (37.89% from 255 or 93.20% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 96 - color contains mainly: red. Hex color #600502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600502 is #9FFAFD. Grayscale: #1F1F1F. Windows color (decimal): -10484478 or 132448. OLE color: 132448.

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

Color convert

RGB 96 5 2 -
CMYK 0 0.95 0.98 0.62
HSL 1.91º 0.96% 0.19% -
HSV(B) 1.91º 0.98% 0.38% -
XYZ 4.89 2.6 0.3 -
YUV 31.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 96 5 2 0 0.95 0.98 0.62 1.91 0.96 0.19
Hex 60 5 2 0 5F 62 3E 2 60 13
Octal 140 5 2 0 137 142 76 2 140 23
Binary 1100000 101 10 0 1011111 1100010 111110 10 1100000 10011

Color Harmonies of #600502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600502

Black with #600502

Text Example


Text Example

White with #600502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600502; }

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

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

background-color css

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

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

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

border-color css

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

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

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