Html Css Color HEX #83112F Burgundy

📋 copy color: '#83112F'

red 131 ◦ green 17 ◦ blue 47

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

Shades of Burgundy #83112F

Tints of Burgundy #83112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 67.18%
G = 8.72%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83112F (or 0x83112F) is known color: Burgundy. HEX triplet: 83, 11 and 2F. RGB value is (131,17,47). Sum of RGB (Red+Green+Blue) = 131+17+47=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83112F is #7CEED0. Grayscale: #363636. Windows color (decimal): -8187601 or 3084675. OLE color: 3084675.

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

Color convert

RGB 131 17 47 -
CMYK 0 0.87 0.64 0.49
HSL 344.21º 0.77% 0.29% -
HSV(B) 344.21º 0.87% 0.51% -
XYZ 10.07 5.43 3.21 -
YUV 54.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 131 17 47 0 0.87 0.64 0.49 344.21 0.77 0.29
Hex 83 11 2F 0 57 40 31 158 4D 1D
Octal 203 21 57 0 127 100 61 530 115 35
Binary 10000011 10001 101111 0 1010111 1000000 110001 101011000 1001101 11101

Color Harmonies of #83112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83112F

Black with #83112F

Text Example


Text Example

White with #83112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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