#910036

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

Shades of Burgundy #910036

Tints of Burgundy #910036

Color information

#910036 (or 0x910036) is unknown color: approx Burgundy. HEX triplet: 91, 00 and 36. RGB value is (145,0,54). Sum of RGB (Red+Green+Blue) = 145+0+54=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910036 is #6EFFC9. Grayscale: #313131. Windows color (decimal): -7274442 or 3539089. OLE color: 3539089.

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

Color convert

RGB145054-
CMYK010.630.43
HSL337.66º100%28.43%-
HSV(B)337.66º100%56.86%-
XYZ12.346.294.05-
YUV49.51130.54196.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=72.86%
G=0%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145054010.630.43337.6610028.43
Hex910360643F2B152641c
Octal2210660144775352214434
Binary10010001011011001100100111111101011101010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910036; }

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

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

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

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

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

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

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

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