Html Css Color HEX #660213 Burgundy

📋 copy color: '#660213'

red 102 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #660213

Tints of Burgundy #660213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 82.93%
G = 1.63%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#660213 (or 0x660213) is known color: Burgundy. HEX triplet: 66, 02 and 13. RGB value is (102,2,19). Sum of RGB (Red+Green+Blue) = 102+2+19=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660213 is #99FDEC. Grayscale: #212121. Windows color (decimal): -10092013 or 1245798. OLE color: 1245798.

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

Color convert

RGB 102 2 19 -
CMYK 0 0.98 0.81 0.6
HSL 349.8º 0.96% 0.2% -
HSV(B) 349.8º 0.98% 0.4% -
XYZ 5.62 2.92 0.88 -
YUV 33.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 102 2 19 0 0.98 0.81 0.6 349.8 0.96 0.2
Hex 66 2 13 0 62 51 3C 15E 60 14
Octal 146 2 23 0 142 121 74 536 140 24
Binary 1100110 10 10011 0 1100010 1010001 111100 101011110 1100000 10100

Color Harmonies of #660213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660213

Black with #660213

Text Example


Text Example

White with #660213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660213; }

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

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

background-color css

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

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

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

border-color css

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

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

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