Html Css Color HEX #820833 Burgundy

📋 copy color: '#820833'

red 130 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #820833

Tints of Burgundy #820833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

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

R = 68.78%
G = 4.23%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#820833 (or 0x820833) is known color: Burgundy. HEX triplet: 82, 08 and 33. RGB value is (130,8,51). Sum of RGB (Red+Green+Blue) = 130+8+51=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #820833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820833 is #7DF7CC. Grayscale: #313131. Windows color (decimal): -8255437 or 3344514. OLE color: 3344514.

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

Color convert

RGB 130 8 51 -
CMYK 0 0.94 0.61 0.49
HSL 338.85º 0.88% 0.27% -
HSV(B) 338.85º 0.94% 0.51% -
XYZ 9.89 5.16 3.61 -
YUV 49.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 130 8 51 0 0.94 0.61 0.49 338.85 0.88 0.27
Hex 82 8 33 0 5E 3D 31 153 58 1B
Octal 202 10 63 0 136 75 61 523 130 33
Binary 10000010 1000 110011 0 1011110 111101 110001 101010011 1011000 11011

Color Harmonies of #820833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820833

Black with #820833

Text Example


Text Example

White with #820833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820833; }

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

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

background-color css

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

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

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

border-color css

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

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

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