Html Css Color HEX #83112D Burgundy

📋 copy color: '#83112D'

red 131 ◦ green 17 ◦ blue 45

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

Shades of Burgundy #83112D

Tints of Burgundy #83112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 67.88%
G = 8.81%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83112D (or 0x83112D) is known color: Burgundy. HEX triplet: 83, 11 and 2D. RGB value is (131,17,45). Sum of RGB (Red+Green+Blue) = 131+17+45=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83112D is #7CEED2. Grayscale: #363636. Windows color (decimal): -8187603 or 2953603. OLE color: 2953603.

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

Color convert

RGB 131 17 45 -
CMYK 0 0.87 0.66 0.49
HSL 345.26º 0.77% 0.29% -
HSV(B) 345.26º 0.87% 0.51% -
XYZ 10.03 5.42 3 -
YUV 54.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 131 17 45 0 0.87 0.66 0.49 345.26 0.77 0.29
Hex 83 11 2D 0 57 42 31 159 4D 1D
Octal 203 21 55 0 127 102 61 531 115 35
Binary 10000011 10001 101101 0 1010111 1000010 110001 101011001 1001101 11101

Color Harmonies of #83112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83112D

Black with #83112D

Text Example


Text Example

White with #83112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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