Html Css Color HEX #821016 Burgundy

📋 copy color: '#821016'

red 130 ◦ green 16 ◦ blue 22

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

Shades of Burgundy #821016

Tints of Burgundy #821016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 77.38%
G = 9.52%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#821016 (or 0x821016) is known color: Burgundy. HEX triplet: 82, 10 and 16. RGB value is (130,16,22). Sum of RGB (Red+Green+Blue) = 130+16+22=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #821016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821016 is #7DEFE9. Grayscale: #323232. Windows color (decimal): -8253418 or 1446018. OLE color: 1446018.

HSL color Cylindrical-coordinate representation of color #821016: hue angle of 356.84º 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 #821016 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 22 -
CMYK 0 0.88 0.83 0.49
HSL 356.84º 0.78% 0.29% -
HSV(B) 356.84º 0.88% 0.51% -
XYZ 9.54 5.17 1.26 -
YUV 50.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 130 16 22 0 0.88 0.83 0.49 356.84 0.78 0.29
Hex 82 10 16 0 58 53 31 165 4E 1D
Octal 202 20 26 0 130 123 61 545 116 35
Binary 10000010 10000 10110 0 1011000 1010011 110001 101100101 1001110 11101

Color Harmonies of #821016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821016

Black with #821016

Text Example


Text Example

White with #821016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821016; }

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

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

background-color css

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

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

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

border-color css

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

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

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