Html Css Color HEX #831128 Burgundy

📋 copy color: '#831128'

red 131 ◦ green 17 ◦ blue 40

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

Shades of Burgundy #831128

Tints of Burgundy #831128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 69.68%
G = 9.04%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#831128 (or 0x831128) is known color: Burgundy. HEX triplet: 83, 11 and 28. RGB value is (131,17,40). Sum of RGB (Red+Green+Blue) = 131+17+40=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #831128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831128 is #7CEED7. Grayscale: #353535. Windows color (decimal): -8187608 or 2625923. OLE color: 2625923.

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

Color convert

RGB 131 17 40 -
CMYK 0 0.87 0.69 0.49
HSL 347.89º 0.77% 0.29% -
HSV(B) 347.89º 0.87% 0.51% -
XYZ 9.94 5.38 2.52 -
YUV 53.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 131 17 40 0 0.87 0.69 0.49 347.89 0.77 0.29
Hex 83 11 28 0 57 45 31 15C 4D 1D
Octal 203 21 50 0 127 105 61 534 115 35
Binary 10000011 10001 101000 0 1010111 1000101 110001 101011100 1001101 11101

Color Harmonies of #831128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831128

Black with #831128

Text Example


Text Example

White with #831128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831128; }

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

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

background-color css

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

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

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

border-color css

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

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

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