#960535

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

Shades of Burgundy #960535

Tints of Burgundy #960535

Color information

#960535 (or 0x960535) is unknown color: approx Burgundy. HEX triplet: 96, 05 and 35. RGB value is (150,5,53). Sum of RGB (Red+Green+Blue) = 150+5+53=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #960535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960535 is #69FACA. Grayscale: #353535. Windows color (decimal): -6945483 or 3474838. OLE color: 3474838.

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

Color convert

RGB150553-
CMYK00.970.650.41
HSL340.14º93.55%30.39%-
HSV(B)340.14º96.67%58.82%-
XYZ13.276.853.99-
YUV53.83127.54196.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=72.12%
G=2.40%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15055300.970.650.41340.1493.5530.39
Hex9653506141291545e1e
Octal22656501411015152413636
Binary10010110101110101011000011000001101001101010100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960535; }

 p { color: rgb(150,5,53); }

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

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

 a { background-color: rgb(150,5,53); }

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

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

 span { border-color: rgb(150,5,53); }

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