#95053B

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

Shades of Burgundy #95053B

Tints of Burgundy #95053B

Color information

#95053B (or 0x95053B) is unknown color: approx Burgundy. HEX triplet: 95, 05 and 3B. RGB value is (149,5,59). Sum of RGB (Red+Green+Blue) = 149+5+59=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95053B is #6AFAC4. Grayscale: #363636. Windows color (decimal): -7011013 or 3868053. OLE color: 3868053.

HSL color Cylindrical-coordinate representation of color #95053B: hue angle of 337.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95053B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB149559-
CMYK00.970.600.42
HSL337.5º93.51%30.2%-
HSV(B)337.5º96.64%58.43%-
XYZ13.246.814.76-
YUV54.21130.71195.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=69.95%
G=2.35%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14955900.970.600.42337.593.5130.2
Hex9553B0613C2A1525e1e
Octal2255730141745252213636
Binary1001010110111101101100001111100101010101010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95053B; }

 p { color: rgb(149,5,59); }

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

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

 a { background-color: rgb(149,5,59); }

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

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

 span { border-color: rgb(149,5,59); }

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