Html Css Color HEX #83131C Burgundy

📋 copy color: '#83131C'

red 131 ◦ green 19 ◦ blue 28

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

Shades of Burgundy #83131C

Tints of Burgundy #83131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 73.6%
G = 10.67%
B = 15.73%

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

#83131C (or 0x83131C) is known color: Burgundy. HEX triplet: 83, 13 and 1C. RGB value is (131,19,28). Sum of RGB (Red+Green+Blue) = 131+19+28=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83131C is #7CECE3. Grayscale: #353535. Windows color (decimal): -8187108 or 1840003. OLE color: 1840003.

HSL color Cylindrical-coordinate representation of color #83131C: hue angle of 355.18º 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 #83131C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 28 -
CMYK 0 0.85 0.79 0.49
HSL 355.18º 0.75% 0.29% -
HSV(B) 355.18º 0.85% 0.51% -
XYZ 9.8 5.37 1.62 -
YUV 53.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 131 19 28 0 0.85 0.79 0.49 355.18 0.75 0.29
Hex 83 13 1C 0 55 4F 31 163 4B 1D
Octal 203 23 34 0 125 117 61 543 113 35
Binary 10000011 10011 11100 0 1010101 1001111 110001 101100011 1001011 11101

Color Harmonies of #83131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83131C

Black with #83131C

Text Example


Text Example

White with #83131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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