Html Css Color HEX #821036 Burgundy

📋 copy color: '#821036'

red 130 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #821036

Tints of Burgundy #821036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 54 (21.48% from 255) = 27%

R = 65%
G = 8%
B = 27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#821036 (or 0x821036) is known color: Burgundy. HEX triplet: 82, 10 and 36. RGB value is (130,16,54). Sum of RGB (Red+Green+Blue) = 130+16+54=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #821036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821036 is #7DEFC9. Grayscale: #363636. Windows color (decimal): -8253386 or 3543170. OLE color: 3543170.

HSL color Cylindrical-coordinate representation of color #821036: hue angle of 340º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821036 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 54 -
CMYK 0 0.88 0.58 0.49
HSL 340º 0.78% 0.29% -
HSV(B) 340º 0.88% 0.51% -
XYZ 10.06 5.38 4 -
YUV 54.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 130 16 54 0 0.88 0.58 0.49 340 0.78 0.29
Hex 82 10 36 0 58 3A 31 154 4E 1D
Octal 202 20 66 0 130 72 61 524 116 35
Binary 10000010 10000 110110 0 1011000 111010 110001 101010100 1001110 11101

Color Harmonies of #821036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821036

Black with #821036

Text Example


Text Example

White with #821036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821036; }

 p { color: rgb(130,16,54); }

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

background-color css

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

 a { background-color: rgb(130,16,54); }

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

border-color css

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

 span { border-color: rgb(130,16,54); }

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