Html Css Color HEX #820B28 Burgundy

📋 copy color: '#820B28'

red 130 ◦ green 11 ◦ blue 40

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

Shades of Burgundy #820B28

Tints of Burgundy #820B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 71.82%
G = 6.08%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820B28 (or 0x820B28) is known color: Burgundy. HEX triplet: 82, 0B and 28. RGB value is (130,11,40). Sum of RGB (Red+Green+Blue) = 130+11+40=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #820B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B28 is #7DF4D7. Grayscale: #313131. Windows color (decimal): -8254680 or 2624386. OLE color: 2624386.

HSL color Cylindrical-coordinate representation of color #820B28: hue angle of 345.38º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B28 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 40 -
CMYK 0 0.92 0.69 0.49
HSL 345.38º 0.84% 0.28% -
HSV(B) 345.38º 0.92% 0.51% -
XYZ 9.71 5.14 2.49 -
YUV 49.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 130 11 40 0 0.92 0.69 0.49 345.38 0.84 0.28
Hex 82 B 28 0 5C 45 31 159 54 1C
Octal 202 13 50 0 134 105 61 531 124 34
Binary 10000010 1011 101000 0 1011100 1000101 110001 101011001 1010100 11100

Color Harmonies of #820B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B28

Black with #820B28

Text Example


Text Example

White with #820B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B28; }

 p { color: rgb(130,11,40); }

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

background-color css

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

 a { background-color: rgb(130,11,40); }

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

border-color css

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

 span { border-color: rgb(130,11,40); }

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