#950536

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

Shades of Burgundy #950536

Tints of Burgundy #950536

Color information

#950536 (or 0x950536) is unknown color: approx Burgundy. HEX triplet: 95, 05 and 36. RGB value is (149,5,54). Sum of RGB (Red+Green+Blue) = 149+5+54=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #950536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950536 is #6AFAC9. Grayscale: #353535. Windows color (decimal): -7011018 or 3540373. OLE color: 3540373.

HSL color Cylindrical-coordinate representation of color #950536: hue angle of 339.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950536 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB149554-
CMYK00.970.640.42
HSL339.58º93.51%30.2%-
HSV(B)339.58º96.64%58.43%-
XYZ13.116.764.1-
YUV53.64128.21196.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.63%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=71.63%
G=2.40%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14955400.970.640.42339.5893.5130.2
Hex95536061402A1545e1e
Octal22556601411005252413636
Binary10010101101110110011000011000000101010101010100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950536; }

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

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

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

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

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

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

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

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