Html Css Color HEX #660013 Burgundy

📋 copy color: '#660013'

red 102 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #660013

Tints of Burgundy #660013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.3%
G = 0%
B = 15.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#660013 (or 0x660013) is known color: Burgundy. HEX triplet: 66, 00 and 13. RGB value is (102,0,19). Sum of RGB (Red+Green+Blue) = 102+0+19=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #660013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660013 is #99FFEC. Grayscale: #202020. Windows color (decimal): -10092525 or 1245286. OLE color: 1245286.

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

Color convert

RGB 102 0 19 -
CMYK 0 1 0.81 0.6
HSL 348.82º 1% 0.2% -
HSV(B) 348.82º 1% 0.4% -
XYZ 5.6 2.87 0.88 -
YUV 32.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 102 0 19 0 1 0.81 0.6 348.82 1 0.2
Hex 66 0 13 0 64 51 3C 15D 64 14
Octal 146 0 23 0 144 121 74 535 144 24
Binary 1100110 0 10011 0 1100100 1010001 111100 101011101 1100100 10100

Color Harmonies of #660013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660013

Black with #660013

Text Example


Text Example

White with #660013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660013; }

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

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

background-color css

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

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

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

border-color css

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

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

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