Html Css Color HEX #660017 Burgundy

📋 copy color: '#660017'

red 102 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #660017

Tints of Burgundy #660017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 81.6%
G = 0%
B = 18.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#660017 (or 0x660017) is known color: Burgundy. HEX triplet: 66, 00 and 17. RGB value is (102,0,23). Sum of RGB (Red+Green+Blue) = 102+0+23=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660017 is #99FFE8. Grayscale: #212121. Windows color (decimal): -10092521 or 1507430. OLE color: 1507430.

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

Color convert

RGB 102 0 23 -
CMYK 0 1 0.77 0.6
HSL 346.47º 1% 0.2% -
HSV(B) 346.47º 1% 0.4% -
XYZ 5.63 2.89 1.07 -
YUV 33.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 102 0 23 0 1 0.77 0.6 346.47 1 0.2
Hex 66 0 17 0 64 4D 3C 15A 64 14
Octal 146 0 27 0 144 115 74 532 144 24
Binary 1100110 0 10111 0 1100100 1001101 111100 101011010 1100100 10100

Color Harmonies of #660017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660017

Black with #660017

Text Example


Text Example

White with #660017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660017; }

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

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

background-color css

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

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

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

border-color css

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

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

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