Html Css Color HEX #821031 Burgundy

📋 copy color: '#821031'

red 130 ◦ green 16 ◦ blue 49

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

Shades of Burgundy #821031

Tints of Burgundy #821031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 66.67%
G = 8.21%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821031 (or 0x821031) is known color: Burgundy. HEX triplet: 82, 10 and 31. RGB value is (130,16,49). Sum of RGB (Red+Green+Blue) = 130+16+49=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #821031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821031 is #7DEFCE. Grayscale: #353535. Windows color (decimal): -8253391 or 3215490. OLE color: 3215490.

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

Color convert

RGB 130 16 49 -
CMYK 0 0.88 0.62 0.49
HSL 342.63º 0.78% 0.29% -
HSV(B) 342.63º 0.88% 0.51% -
XYZ 9.95 5.34 3.41 -
YUV 53.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 130 16 49 0 0.88 0.62 0.49 342.63 0.78 0.29
Hex 82 10 31 0 58 3E 31 157 4E 1D
Octal 202 20 61 0 130 76 61 527 116 35
Binary 10000010 10000 110001 0 1011000 111110 110001 101010111 1001110 11101

Color Harmonies of #821031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821031

Black with #821031

Text Example


Text Example

White with #821031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821031; }

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

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

background-color css

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

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

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

border-color css

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

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

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