#831028

Color #831028 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #831028

Tints of Burgundy #831028

Color information

#831028 (or 0x831028) is unknown color: approx Burgundy. HEX triplet: 83, 10 and 28. RGB value is (131,16,40). Sum of RGB (Red+Green+Blue) = 131+16+40=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831028 is #7CEFD7. Grayscale: #353535. Windows color (decimal): -8187864 or 2625667. OLE color: 2625667.

HSL color Cylindrical-coordinate representation of color #831028: hue angle of 347.48º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831028 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1311640-
CMYK00.880.690.49
HSL347.48º78.23%28.82%-
HSV(B)347.48º87.79%51.37%-
XYZ9.935.352.52-
YUV53.12120.6183.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.05%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=70.05%
G=8.56%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131164000.880.690.49347.4878.2328.82
Hex831028058453115b4e1d
Octal203205001301056153311635
Binary1000001110000101000010110001000101110001101011011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831028; }

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

 H1.HeaderClassName
 {
   color: #831028;
 }
 .AnyTagClassName
 {
   color: #831028;
 }
</style>
background-color css

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

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

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

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

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

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