Html Css Color HEX #820433 Burgundy

📋 copy color: '#820433'

red 130 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #820433

Tints of Burgundy #820433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 70.27%
G = 2.16%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#820433 (or 0x820433) is known color: Burgundy. HEX triplet: 82, 04 and 33. RGB value is (130,4,51). Sum of RGB (Red+Green+Blue) = 130+4+51=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820433 is #7DFBCC. Grayscale: #2E2E2E. Windows color (decimal): -8256461 or 3343490. OLE color: 3343490.

HSL color Cylindrical-coordinate representation of color #820433: hue angle of 337.62º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820433 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 51 -
CMYK 0 0.97 0.61 0.49
HSL 337.62º 0.94% 0.26% -
HSV(B) 337.62º 0.97% 0.51% -
XYZ 9.85 5.07 3.59 -
YUV 47.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 130 4 51 0 0.97 0.61 0.49 337.62 0.94 0.26
Hex 82 4 33 0 61 3D 31 152 5E 1A
Octal 202 4 63 0 141 75 61 522 136 32
Binary 10000010 100 110011 0 1100001 111101 110001 101010010 1011110 11010

Color Harmonies of #820433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820433

Black with #820433

Text Example


Text Example

White with #820433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820433; }

 p { color: rgb(130,4,51); }

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

background-color css

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

 a { background-color: rgb(130,4,51); }

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

border-color css

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

 span { border-color: rgb(130,4,51); }

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