Html Css Color HEX #660118 Burgundy

📋 copy color: '#660118'

red 102 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #660118

Tints of Burgundy #660118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 80.31%
G = 0.79%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#660118 (or 0x660118) is known color: Burgundy. HEX triplet: 66, 01 and 18. RGB value is (102,1,24). Sum of RGB (Red+Green+Blue) = 102+1+24=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660118 is #99FEE7. Grayscale: #212121. Windows color (decimal): -10092264 or 1573222. OLE color: 1573222.

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

Color convert

RGB 102 1 24 -
CMYK 0 0.99 0.76 0.6
HSL 346.34º 0.98% 0.2% -
HSV(B) 346.34º 0.99% 0.4% -
XYZ 5.66 2.91 1.13 -
YUV 33.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 102 1 24 0 0.99 0.76 0.6 346.34 0.98 0.2
Hex 66 1 18 0 63 4C 3C 15A 62 14
Octal 146 1 30 0 143 114 74 532 142 24
Binary 1100110 1 11000 0 1100011 1001100 111100 101011010 1100010 10100

Color Harmonies of #660118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660118

Black with #660118

Text Example


Text Example

White with #660118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660118; }

 p { color: rgb(102,1,24); }

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

background-color css

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

 a { background-color: rgb(102,1,24); }

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

border-color css

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

 span { border-color: rgb(102,1,24); }

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