Html Css Color HEX #821034 Burgundy

📋 copy color: '#821034'

red 130 ◦ green 16 ◦ blue 52

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

Shades of Burgundy #821034

Tints of Burgundy #821034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.26%

R = 65.66%
G = 8.08%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#821034 (or 0x821034) is known color: Burgundy. HEX triplet: 82, 10 and 34. RGB value is (130,16,52). Sum of RGB (Red+Green+Blue) = 130+16+52=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #821034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821034 is #7DEFCB. Grayscale: #363636. Windows color (decimal): -8253388 or 3412098. OLE color: 3412098.

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

Color convert

RGB 130 16 52 -
CMYK 0 0.88 0.60 0.49
HSL 341.05º 0.78% 0.29% -
HSV(B) 341.05º 0.88% 0.51% -
XYZ 10.01 5.36 3.76 -
YUV 54.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 130 16 52 0 0.88 0.60 0.49 341.05 0.78 0.29
Hex 82 10 34 0 58 3C 31 155 4E 1D
Octal 202 20 64 0 130 74 61 525 116 35
Binary 10000010 10000 110100 0 1011000 111100 110001 101010101 1001110 11101

Color Harmonies of #821034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821034

Black with #821034

Text Example


Text Example

White with #821034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821034; }

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

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

background-color css

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

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

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

border-color css

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

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

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