Html Css Color HEX #83021D Burgundy

📋 copy color: '#83021D'

red 131 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #83021D

Tints of Burgundy #83021D

RGB

 RED value IS 131 (51.56% from 255) = 80.86%

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 80.86%
G = 1.23%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83021D (or 0x83021D) is known color: Burgundy. HEX triplet: 83, 02 and 1D. RGB value is (131,2,29). Sum of RGB (Red+Green+Blue) = 131+2+29=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #83021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83021D is #7CFDE2. Grayscale: #2B2B2B. Windows color (decimal): -8191459 or 1901187. OLE color: 1901187.

HSL color Cylindrical-coordinate representation of color #83021D: hue angle of 347.44º degrees, saturation: 0.97, 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 #83021D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 29 -
CMYK 0 0.98 0.78 0.49
HSL 347.44º 0.97% 0.26% -
HSV(B) 347.44º 0.98% 0.51% -
XYZ 9.6 4.96 1.61 -
YUV 43.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 131 2 29 0 0.98 0.78 0.49 347.44 0.97 0.26
Hex 83 2 1D 0 62 4E 31 15B 61 1A
Octal 203 2 35 0 142 116 61 533 141 32
Binary 10000011 10 11101 0 1100010 1001110 110001 101011011 1100001 11010

Color Harmonies of #83021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83021D

Black with #83021D

Text Example


Text Example

White with #83021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83021D; }

 p { color: rgb(131,2,29); }

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

background-color css

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

 a { background-color: rgb(131,2,29); }

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

border-color css

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

 span { border-color: rgb(131,2,29); }

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