Html Css Color HEX #83131B Burgundy

📋 copy color: '#83131B'

red 131 ◦ green 19 ◦ blue 27

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

Shades of Burgundy #83131B

Tints of Burgundy #83131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 74.01%
G = 10.73%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83131B (or 0x83131B) is known color: Burgundy. HEX triplet: 83, 13 and 1B. RGB value is (131,19,27). Sum of RGB (Red+Green+Blue) = 131+19+27=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83131B is #7CECE4. Grayscale: #353535. Windows color (decimal): -8187109 or 1774467. OLE color: 1774467.

HSL color Cylindrical-coordinate representation of color #83131B: hue angle of 355.71º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83131B is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 27 -
CMYK 0 0.85 0.79 0.49
HSL 355.71º 0.75% 0.29% -
HSV(B) 355.71º 0.85% 0.51% -
XYZ 9.79 5.37 1.56 -
YUV 53.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 131 19 27 0 0.85 0.79 0.49 355.71 0.75 0.29
Hex 83 13 1B 0 55 4F 31 164 4B 1D
Octal 203 23 33 0 125 117 61 544 113 35
Binary 10000011 10011 11011 0 1010101 1001111 110001 101100100 1001011 11101

Color Harmonies of #83131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83131B

Black with #83131B

Text Example


Text Example

White with #83131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83131B; }

 p { color: rgb(131,19,27); }

 H1.HeaderClassName
 {
   color: #83131B;
 }
 .AnyTagClassName
 {
   color: #83131B;
 }
</style>

background-color css

<style>
 a { background-color: #83131B; }

 a { background-color: rgb(131,19,27); }

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

border-color css

<style>
 span { border-color: #83131B; }

 span { border-color: rgb(131,19,27); }

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