Html Css Color HEX #660F02 Maroon

📋 copy color: '#660F02'

red 102 ◦ green 15 ◦ blue 2

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

Shades of Maroon #660F02

Tints of Maroon #660F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.61%

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

R = 85.71%
G = 12.61%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#660F02 (or 0x660F02) is known color: Maroon. HEX triplet: 66, 0F and 02. RGB value is (102,15,2). Sum of RGB (Red+Green+Blue) = 102+15+2=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #660F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F02 is #99F0FD. Grayscale: #272727. Windows color (decimal): -10088702 or 135014. OLE color: 135014.

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

Color convert

RGB 102 15 2 -
CMYK 0 0.85 0.98 0.6
HSL 7.8º 0.96% 0.2% -
HSV(B) 7.8º 0.98% 0.4% -
XYZ 5.66 3.17 0.37 -
YUV 39.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 102 15 2 0 0.85 0.98 0.6 7.8 0.96 0.2
Hex 66 F 2 0 55 62 3C 8 60 14
Octal 146 17 2 0 125 142 74 10 140 24
Binary 1100110 1111 10 0 1010101 1100010 111100 1000 1100000 10100

Color Harmonies of #660F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F02

Black with #660F02

Text Example


Text Example

White with #660F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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