Html Css Color HEX #660402 Maroon

📋 copy color: '#660402'

red 102 ◦ green 4 ◦ blue 2

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

Shades of Maroon #660402

Tints of Maroon #660402

RGB

 RED value IS 102 (40.23% from 255) = 94.44%

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

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

R = 94.44%
G = 3.7%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#660402 (or 0x660402) is known color: Maroon. HEX triplet: 66, 04 and 02. RGB value is (102,4,2). Sum of RGB (Red+Green+Blue) = 102+4+2=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660402 is #99FBFD. Grayscale: #212121. Windows color (decimal): -10091518 or 132198. OLE color: 132198.

HSL color Cylindrical-coordinate representation of color #660402: hue angle of 1.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660402 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 2 -
CMYK 0 0.96 0.98 0.6
HSL 1.2º 0.96% 0.2% -
HSV(B) 1.2º 0.98% 0.4% -
XYZ 5.53 2.92 0.33 -
YUV 33.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 102 4 2 0 0.96 0.98 0.6 1.2 0.96 0.2
Hex 66 4 2 0 60 62 3C 1 60 14
Octal 146 4 2 0 140 142 74 1 140 24
Binary 1100110 100 10 0 1100000 1100010 111100 1 1100000 10100

Color Harmonies of #660402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660402

Black with #660402

Text Example


Text Example

White with #660402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660402; }

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

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

background-color css

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

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

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

border-color css

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

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

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