#910035

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

Shades of Burgundy #910035

Tints of Burgundy #910035

Color information

#910035 (or 0x910035) is unknown color: approx Burgundy. HEX triplet: 91, 00 and 35. RGB value is (145,0,53). Sum of RGB (Red+Green+Blue) = 145+0+53=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #910035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910035 is #6EFFCA. Grayscale: #313131. Windows color (decimal): -7274443 or 3473553. OLE color: 3473553.

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

Color convert

RGB145053-
CMYK010.630.43
HSL338.07º100%28.43%-
HSV(B)338.07º100%56.86%-
XYZ12.326.283.93-
YUV49.4130.04196.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=73.23%
G=0%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145053010.630.43338.0710028.43
Hex910350643F2B152641c
Octal2210650144775352214434
Binary10010001011010101100100111111101011101010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910035; }

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

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

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

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

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

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

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

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