Html Css Color HEX #83021F Burgundy

📋 copy color: '#83021F'

red 131 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #83021F

Tints of Burgundy #83021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 79.88%
G = 1.22%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83021F (or 0x83021F) is known color: Burgundy. HEX triplet: 83, 02 and 1F. RGB value is (131,2,31). Sum of RGB (Red+Green+Blue) = 131+2+31=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #83021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83021F is #7CFDE0. Grayscale: #2B2B2B. Windows color (decimal): -8191457 or 2032259. OLE color: 2032259.

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

Color convert

RGB 131 2 31 -
CMYK 0 0.98 0.76 0.49
HSL 346.51º 0.97% 0.26% -
HSV(B) 346.51º 0.98% 0.51% -
XYZ 9.63 4.97 1.75 -
YUV 43.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 131 2 31 0 0.98 0.76 0.49 346.51 0.97 0.26
Hex 83 2 1F 0 62 4C 31 15B 61 1A
Octal 203 2 37 0 142 114 61 533 141 32
Binary 10000011 10 11111 0 1100010 1001100 110001 101011011 1100001 11010

Color Harmonies of #83021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83021F

Black with #83021F

Text Example


Text Example

White with #83021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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