Html Css Color HEX #83051F Burgundy

📋 copy color: '#83051F'

red 131 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #83051F

Tints of Burgundy #83051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 78.44%
G = 2.99%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83051F (or 0x83051F) is known color: Burgundy. HEX triplet: 83, 05 and 1F. RGB value is (131,5,31). Sum of RGB (Red+Green+Blue) = 131+5+31=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #83051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83051F is #7CFAE0. Grayscale: #2D2D2D. Windows color (decimal): -8190689 or 2033027. OLE color: 2033027.

HSL color Cylindrical-coordinate representation of color #83051F: hue angle of 347.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83051F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 31 -
CMYK 0 0.96 0.76 0.49
HSL 347.62º 0.93% 0.27% -
HSV(B) 347.62º 0.96% 0.51% -
XYZ 9.66 5.03 1.76 -
YUV 45.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 131 5 31 0 0.96 0.76 0.49 347.62 0.93 0.27
Hex 83 5 1F 0 60 4C 31 15C 5D 1B
Octal 203 5 37 0 140 114 61 534 135 33
Binary 10000011 101 11111 0 1100000 1001100 110001 101011100 1011101 11011

Color Harmonies of #83051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83051F

Black with #83051F

Text Example


Text Example

White with #83051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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