#910031

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

Shades of Burgundy #910031

Tints of Burgundy #910031

Color information

#910031 (or 0x910031) is unknown color: approx Burgundy. HEX triplet: 91, 00 and 31. RGB value is (145,0,49). Sum of RGB (Red+Green+Blue) = 145+0+49=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #910031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910031 is #6EFFCE. Grayscale: #303030. Windows color (decimal): -7274447 or 3211409. OLE color: 3211409.

HSL color Cylindrical-coordinate representation of color #910031: hue angle of 339.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910031 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB145049-
CMYK010.660.43
HSL339.72º100%28.43%-
HSV(B)339.72º100%56.86%-
XYZ12.236.243.47-
YUV48.94128.04196.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 74.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=74.74%
G=0%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145049010.660.43339.7210028.43
Hex91031064422B154641c
Octal22106101441025352414434
Binary100100010110001011001001000010101011101010100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910031; }

 p { color: rgb(145,0,49); }

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

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

 a { background-color: rgb(145,0,49); }

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

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

 span { border-color: rgb(145,0,49); }

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