#95093B

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

Shades of Burgundy #95093B

Tints of Burgundy #95093B

Color information

#95093B (or 0x95093B) is unknown color: approx Burgundy. HEX triplet: 95, 09 and 3B. RGB value is (149,9,59). Sum of RGB (Red+Green+Blue) = 149+9+59=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95093B is #6AF6C4. Grayscale: #383838. Windows color (decimal): -7009989 or 3869077. OLE color: 3869077.

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

Color convert

RGB149959-
CMYK00.940.600.42
HSL338.57º88.61%30.98%-
HSV(B)338.57º93.96%58.43%-
XYZ13.286.94.77-
YUV56.56129.38193.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.66%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=68.66%
G=4.15%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14995900.940.600.42338.5788.6130.98
Hex9593B05E3C2A153591f
Octal22511730136745252313137
Binary10010101100111101101011110111100101010101010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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