#91002D

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

Shades of Burgundy #91002D

Tints of Burgundy #91002D

Color information

#91002D (or 0x91002D) is unknown color: approx Burgundy. HEX triplet: 91, 00 and 2D. RGB value is (145,0,45). Sum of RGB (Red+Green+Blue) = 145+0+45=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91002D is #6EFFD2. Grayscale: #303030. Windows color (decimal): -7274451 or 2949265. OLE color: 2949265.

HSL color Cylindrical-coordinate representation of color #91002D: hue angle of 341.38º 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 #91002D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB145045-
CMYK010.690.43
HSL341.38º100%28.43%-
HSV(B)341.38º100%56.86%-
XYZ12.156.213.04-
YUV48.48126.04196.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=76.32%
G=0%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145045010.690.43341.3810028.43
Hex9102D064452B155641c
Octal22105501441055352514434
Binary100100010101101011001001000101101011101010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91002D; }

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

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

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

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

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

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

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

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