#950A36

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

Shades of Burgundy #950A36

Tints of Burgundy #950A36

Color information

#950A36 (or 0x950A36) is unknown color: approx Burgundy. HEX triplet: 95, 0A and 36. RGB value is (149,10,54). Sum of RGB (Red+Green+Blue) = 149+10+54=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #950A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A36 is #6AF5C9. Grayscale: #383838. Windows color (decimal): -7009738 or 3541653. OLE color: 3541653.

HSL color Cylindrical-coordinate representation of color #950A36: hue angle of 341.01º 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 #950A36 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1491054-
CMYK00.930.640.42
HSL341.01º87.42%31.18%-
HSV(B)341.01º93.29%58.43%-
XYZ13.176.874.12-
YUV56.58126.55193.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=69.95%
G=4.69%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149105400.930.640.42341.0187.4231.18
Hex95A3605D402A155571f
Octal225126601351005252512737
Binary100101011010110110010111011000000101010101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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