#950A39

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

Shades of Burgundy #950A39

Tints of Burgundy #950A39

Color information

#950A39 (or 0x950A39) is unknown color: approx Burgundy. HEX triplet: 95, 0A and 39. RGB value is (149,10,57). Sum of RGB (Red+Green+Blue) = 149+10+57=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #950A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A39 is #6AF5C6. Grayscale: #383838. Windows color (decimal): -7009735 or 3738261. OLE color: 3738261.

HSL color Cylindrical-coordinate representation of color #950A39: hue angle of 339.71º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A39 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1491057-
CMYK00.930.620.42
HSL339.71º87.42%31.18%-
HSV(B)339.71º93.29%58.43%-
XYZ13.246.94.51-
YUV56.92128.05193.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.98%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=68.98%
G=4.63%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149105700.930.620.42339.7187.4231.18
Hex95A3905D3E2A154571f
Octal22512710135765252412737
Binary10010101101011100101011101111110101010101010100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950A39; }

 p { color: rgb(149,10,57); }

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

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

 a { background-color: rgb(149,10,57); }

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

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

 span { border-color: rgb(149,10,57); }

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