#950A38

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

Shades of Burgundy #950A38

Tints of Burgundy #950A38

Color information

#950A38 (or 0x950A38) is unknown color: approx Burgundy. HEX triplet: 95, 0A and 38. RGB value is (149,10,56). Sum of RGB (Red+Green+Blue) = 149+10+56=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #950A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A38 is #6AF5C7. Grayscale: #383838. Windows color (decimal): -7009736 or 3672725. OLE color: 3672725.

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

Color convert

RGB1491056-
CMYK00.930.620.42
HSL340.14º87.42%31.18%-
HSV(B)340.14º93.29%58.43%-
XYZ13.226.894.38-
YUV56.8127.55193.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.30%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=69.30%
G=4.65%
B=26.05%

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
Decimal149105600.930.620.42340.1487.4231.18
Hex95A3805D3E2A154571f
Octal22512700135765252412737
Binary10010101101011100001011101111110101010101010100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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