Html Css Color HEX #820017 Burgundy

📋 copy color: '#820017'

red 130 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #820017

Tints of Burgundy #820017

RGB

 RED value IS 130 (51.17% from 255) = 84.97%

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

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

R = 84.97%
G = 0%
B = 15.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#820017 (or 0x820017) is known color: Burgundy. HEX triplet: 82, 00 and 17. RGB value is (130,0,23). Sum of RGB (Red+Green+Blue) = 130+0+23=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820017 is #7DFFE8. Grayscale: #292929. Windows color (decimal): -8257513 or 1507458. OLE color: 1507458.

HSL color Cylindrical-coordinate representation of color #820017: hue angle of 349.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820017 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 23 -
CMYK 0 1 0.82 0.49
HSL 349.38º 1% 0.25% -
HSV(B) 349.38º 1% 0.51% -
XYZ 9.36 4.81 1.25 -
YUV 41.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 130 0 23 0 1 0.82 0.49 349.38 1 0.25
Hex 82 0 17 0 64 52 31 15D 64 19
Octal 202 0 27 0 144 122 61 535 144 31
Binary 10000010 0 10111 0 1100100 1010010 110001 101011101 1100100 11001

Color Harmonies of #820017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820017

Black with #820017

Text Example


Text Example

White with #820017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820017; }

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

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

background-color css

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

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

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

border-color css

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

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

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