Html Css Color HEX #660502 Maroon

📋 copy color: '#660502'

red 102 ◦ green 5 ◦ blue 2

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

Shades of Maroon #660502

Tints of Maroon #660502

RGB

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

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

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

R = 93.58%
G = 4.59%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#660502 (or 0x660502) is known color: Maroon. HEX triplet: 66, 05 and 02. RGB value is (102,5,2). Sum of RGB (Red+Green+Blue) = 102+5+2=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660502 is #99FAFD. Grayscale: #212121. Windows color (decimal): -10091262 or 132454. OLE color: 132454.

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

Color convert

RGB 102 5 2 -
CMYK 0 0.95 0.98 0.6
HSL 1.8º 0.96% 0.2% -
HSV(B) 1.8º 0.98% 0.4% -
XYZ 5.54 2.94 0.33 -
YUV 33.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 102 5 2 0 0.95 0.98 0.6 1.8 0.96 0.2
Hex 66 5 2 0 5F 62 3C 2 60 14
Octal 146 5 2 0 137 142 74 2 140 24
Binary 1100110 101 10 0 1011111 1100010 111100 10 1100000 10100

Color Harmonies of #660502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660502

Black with #660502

Text Example


Text Example

White with #660502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660502; }

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

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

background-color css

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

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

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

border-color css

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

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

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