Html Css Color HEX #83011F Burgundy

📋 copy color: '#83011F'

red 131 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #83011F

Tints of Burgundy #83011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 80.37%
G = 0.61%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83011F (or 0x83011F) is known color: Burgundy. HEX triplet: 83, 01 and 1F. RGB value is (131,1,31). Sum of RGB (Red+Green+Blue) = 131+1+31=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #83011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83011F is #7CFEE0. Grayscale: #2B2B2B. Windows color (decimal): -8191713 or 2032003. OLE color: 2032003.

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

Color convert

RGB 131 1 31 -
CMYK 0 0.99 0.76 0.49
HSL 346.15º 0.98% 0.26% -
HSV(B) 346.15º 0.99% 0.51% -
XYZ 9.62 4.95 1.74 -
YUV 43.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 131 1 31 0 0.99 0.76 0.49 346.15 0.98 0.26
Hex 83 1 1F 0 63 4C 31 15A 62 1A
Octal 203 1 37 0 143 114 61 532 142 32
Binary 10000011 1 11111 0 1100011 1001100 110001 101011010 1100010 11010

Color Harmonies of #83011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83011F

Black with #83011F

Text Example


Text Example

White with #83011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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