#910530

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

Shades of Burgundy #910530

Tints of Burgundy #910530

Color information

#910530 (or 0x910530) is unknown color: approx Burgundy. HEX triplet: 91, 05 and 30. RGB value is (145,5,48). Sum of RGB (Red+Green+Blue) = 145+5+48=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #910530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910530 is #6EFACF. Grayscale: #333333. Windows color (decimal): -7273168 or 3147153. OLE color: 3147153.

HSL color Cylindrical-coordinate representation of color #910530: hue angle of 341.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910530 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB145548-
CMYK00.970.670.43
HSL341.57º93.33%29.41%-
HSV(B)341.57º96.55%56.86%-
XYZ12.266.343.37-
YUV51.76125.88194.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=73.23%
G=2.53%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14554800.970.670.43341.5793.3329.41
Hex91530061432B1565d1d
Octal22156001411035352613535
Binary10010001101110000011000011000011101011101010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910530; }

 p { color: rgb(145,5,48); }

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

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

 a { background-color: rgb(145,5,48); }

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

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

 span { border-color: rgb(145,5,48); }

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