Html Css Color HEX #83111A Burgundy

📋 copy color: '#83111A'

red 131 ◦ green 17 ◦ blue 26

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

Shades of Burgundy #83111A

Tints of Burgundy #83111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 75.29%
G = 9.77%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83111A (or 0x83111A) is known color: Burgundy. HEX triplet: 83, 11 and 1A. RGB value is (131,17,26). Sum of RGB (Red+Green+Blue) = 131+17+26=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #83111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83111A is #7CEEE5. Grayscale: #343434. Windows color (decimal): -8187622 or 1708419. OLE color: 1708419.

HSL color Cylindrical-coordinate representation of color #83111A: hue angle of 355.26º 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 #83111A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 26 -
CMYK 0 0.87 0.80 0.49
HSL 355.26º 0.77% 0.29% -
HSV(B) 355.26º 0.87% 0.51% -
XYZ 9.75 5.3 1.49 -
YUV 52.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 131 17 26 0 0.87 0.80 0.49 355.26 0.77 0.29
Hex 83 11 1A 0 57 50 31 163 4D 1D
Octal 203 21 32 0 127 120 61 543 115 35
Binary 10000011 10001 11010 0 1010111 1010000 110001 101100011 1001101 11101

Color Harmonies of #83111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83111A

Black with #83111A

Text Example


Text Example

White with #83111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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