Html Css Color HEX #83081F Burgundy

📋 copy color: '#83081F'

red 131 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #83081F

Tints of Burgundy #83081F

RGB

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

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

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

R = 77.06%
G = 4.71%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83081F (or 0x83081F) is known color: Burgundy. HEX triplet: 83, 08 and 1F. RGB value is (131,8,31). Sum of RGB (Red+Green+Blue) = 131+8+31=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #83081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83081F is #7CF7E0. Grayscale: #2F2F2F. Windows color (decimal): -8189921 or 2033795. OLE color: 2033795.

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

Color convert

RGB 131 8 31 -
CMYK 0 0.94 0.76 0.49
HSL 348.78º 0.88% 0.27% -
HSV(B) 348.78º 0.94% 0.51% -
XYZ 9.69 5.1 1.77 -
YUV 47.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 131 8 31 0 0.94 0.76 0.49 348.78 0.88 0.27
Hex 83 8 1F 0 5E 4C 31 15D 58 1B
Octal 203 10 37 0 136 114 61 535 130 33
Binary 10000011 1000 11111 0 1011110 1001100 110001 101011101 1011000 11011

Color Harmonies of #83081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83081F

Black with #83081F

Text Example


Text Example

White with #83081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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