Html Css Color HEX #660803 Maroon

📋 copy color: '#660803'

red 102 ◦ green 8 ◦ blue 3

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

Shades of Maroon #660803

Tints of Maroon #660803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

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

R = 90.27%
G = 7.08%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#660803 (or 0x660803) is known color: Maroon. HEX triplet: 66, 08 and 03. RGB value is (102,8,3). Sum of RGB (Red+Green+Blue) = 102+8+3=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660803 is #99F7FC. Grayscale: #232323. Windows color (decimal): -10090493 or 198758. OLE color: 198758.

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

Color convert

RGB 102 8 3 -
CMYK 0 0.92 0.97 0.6
HSL 3.03º 0.94% 0.21% -
HSV(B) 3.03º 0.97% 0.4% -
XYZ 5.58 3.01 0.37 -
YUV 35.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 102 8 3 0 0.92 0.97 0.6 3.03 0.94 0.21
Hex 66 8 3 0 5C 61 3C 3 5E 15
Octal 146 10 3 0 134 141 74 3 136 25
Binary 1100110 1000 11 0 1011100 1100001 111100 11 1011110 10101

Color Harmonies of #660803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660803

Black with #660803

Text Example


Text Example

White with #660803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660803; }

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

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

background-color css

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

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

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

border-color css

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

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

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