Html Css Color HEX #83111D Burgundy

📋 copy color: '#83111D'

red 131 ◦ green 17 ◦ blue 29

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

Shades of Burgundy #83111D

Tints of Burgundy #83111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

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

R = 74.01%
G = 9.6%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83111D (or 0x83111D) is known color: Burgundy. HEX triplet: 83, 11 and 1D. RGB value is (131,17,29). Sum of RGB (Red+Green+Blue) = 131+17+29=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83111D is #7CEEE2. Grayscale: #343434. Windows color (decimal): -8187619 or 1905027. OLE color: 1905027.

HSL color Cylindrical-coordinate representation of color #83111D: hue angle of 353.68º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83111D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 29 -
CMYK 0 0.87 0.78 0.49
HSL 353.68º 0.77% 0.29% -
HSV(B) 353.68º 0.87% 0.51% -
XYZ 9.78 5.31 1.67 -
YUV 52.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 131 17 29 0 0.87 0.78 0.49 353.68 0.77 0.29
Hex 83 11 1D 0 57 4E 31 162 4D 1D
Octal 203 21 35 0 127 116 61 542 115 35
Binary 10000011 10001 11101 0 1010111 1001110 110001 101100010 1001101 11101

Color Harmonies of #83111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83111D

Black with #83111D

Text Example


Text Example

White with #83111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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