#950A3C

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

Shades of Burgundy #950A3C

Tints of Burgundy #950A3C

Color information

#950A3C (or 0x950A3C) is unknown color: approx Burgundy. HEX triplet: 95, 0A and 3C. RGB value is (149,10,60). Sum of RGB (Red+Green+Blue) = 149+10+60=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #950A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A3C is #6AF5C3. Grayscale: #393939. Windows color (decimal): -7009732 or 3934869. OLE color: 3934869.

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

Color convert

RGB1491060-
CMYK00.930.600.42
HSL338.42º87.42%31.18%-
HSV(B)338.42º93.29%58.43%-
XYZ13.326.934.91-
YUV57.26129.55193.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=68.04%
G=4.57%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149106000.930.600.42338.4287.4231.18
Hex95A3C05D3C2A152571f
Octal22512740135745252212737
Binary10010101101011110001011101111100101010101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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