Html Css Color HEX #820A34 Burgundy

📋 copy color: '#820A34'

red 130 ◦ green 10 ◦ blue 52

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

Shades of Burgundy #820A34

Tints of Burgundy #820A34

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.21%

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

R = 67.71%
G = 5.21%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#820A34 (or 0x820A34) is known color: Burgundy. HEX triplet: 82, 0A and 34. RGB value is (130,10,52). Sum of RGB (Red+Green+Blue) = 130+10+52=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #820A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A34 is #7DF5CB. Grayscale: #323232. Windows color (decimal): -8254924 or 3410562. OLE color: 3410562.

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

Color convert

RGB 130 10 52 -
CMYK 0 0.92 0.60 0.49
HSL 339º 0.86% 0.27% -
HSV(B) 339º 0.92% 0.51% -
XYZ 9.93 5.21 3.73 -
YUV 50.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 130 10 52 0 0.92 0.60 0.49 339 0.86 0.27
Hex 82 A 34 0 5C 3C 31 153 56 1B
Octal 202 12 64 0 134 74 61 523 126 33
Binary 10000010 1010 110100 0 1011100 111100 110001 101010011 1010110 11011

Color Harmonies of #820A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A34

Black with #820A34

Text Example


Text Example

White with #820A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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