Html Css Color HEX #660F03 Maroon

📋 copy color: '#660F03'

red 102 ◦ green 15 ◦ blue 3

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

Shades of Maroon #660F03

Tints of Maroon #660F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.5%

R = 85%
G = 12.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#660F03 (or 0x660F03) is known color: Maroon. HEX triplet: 66, 0F and 03. RGB value is (102,15,3). Sum of RGB (Red+Green+Blue) = 102+15+3=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #660F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F03 is #99F0FC. Grayscale: #272727. Windows color (decimal): -10088701 or 200550. OLE color: 200550.

HSL color Cylindrical-coordinate representation of color #660F03: hue angle of 7.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660F03 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 15 3 -
CMYK 0 0.85 0.97 0.6
HSL 7.27º 0.94% 0.21% -
HSV(B) 7.27º 0.97% 0.4% -
XYZ 5.67 3.17 0.4 -
YUV 39.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 102 15 3 0 0.85 0.97 0.6 7.27 0.94 0.21
Hex 66 F 3 0 55 61 3C 7 5E 15
Octal 146 17 3 0 125 141 74 7 136 25
Binary 1100110 1111 11 0 1010101 1100001 111100 111 1011110 10101

Color Harmonies of #660F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F03

Black with #660F03

Text Example


Text Example

White with #660F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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