Html Css Color HEX #820333 Burgundy

📋 copy color: '#820333'

red 130 ◦ green 3 ◦ blue 51

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

Shades of Burgundy #820333

Tints of Burgundy #820333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 70.65%
G = 1.63%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#820333 (or 0x820333) is known color: Burgundy. HEX triplet: 82, 03 and 33. RGB value is (130,3,51). Sum of RGB (Red+Green+Blue) = 130+3+51=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #820333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820333 is #7DFCCC. Grayscale: #2E2E2E. Windows color (decimal): -8256717 or 3343234. OLE color: 3343234.

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

Color convert

RGB 130 3 51 -
CMYK 0 0.98 0.61 0.49
HSL 337.32º 0.95% 0.26% -
HSV(B) 337.32º 0.98% 0.51% -
XYZ 9.84 5.05 3.59 -
YUV 46.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 130 3 51 0 0.98 0.61 0.49 337.32 0.95 0.26
Hex 82 3 33 0 62 3D 31 151 5F 1A
Octal 202 3 63 0 142 75 61 521 137 32
Binary 10000010 11 110011 0 1100010 111101 110001 101010001 1011111 11010

Color Harmonies of #820333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820333

Black with #820333

Text Example


Text Example

White with #820333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820333; }

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

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

background-color css

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

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

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

border-color css

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

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

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