Html Css Color HEX #660218 Burgundy

📋 copy color: '#660218'

red 102 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #660218

Tints of Burgundy #660218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

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

R = 79.69%
G = 1.56%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#660218 (or 0x660218) is known color: Burgundy. HEX triplet: 66, 02 and 18. RGB value is (102,2,24). Sum of RGB (Red+Green+Blue) = 102+2+24=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660218 is #99FDE7. Grayscale: #222222. Windows color (decimal): -10092008 or 1573478. OLE color: 1573478.

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

Color convert

RGB 102 2 24 -
CMYK 0 0.98 0.76 0.6
HSL 346.8º 0.96% 0.2% -
HSV(B) 346.8º 0.98% 0.4% -
XYZ 5.67 2.93 1.13 -
YUV 34.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 102 2 24 0 0.98 0.76 0.6 346.8 0.96 0.2
Hex 66 2 18 0 62 4C 3C 15B 60 14
Octal 146 2 30 0 142 114 74 533 140 24
Binary 1100110 10 11000 0 1100010 1001100 111100 101011011 1100000 10100

Color Harmonies of #660218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660218

Black with #660218

Text Example


Text Example

White with #660218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660218; }

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

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

background-color css

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

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

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

border-color css

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

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

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