#960533

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

Shades of Burgundy #960533

Tints of Burgundy #960533

Color information

#960533 (or 0x960533) is unknown color: approx Burgundy. HEX triplet: 96, 05 and 33. RGB value is (150,5,51). Sum of RGB (Red+Green+Blue) = 150+5+51=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #960533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960533 is #69FACC. Grayscale: #353535. Windows color (decimal): -6945485 or 3343766. OLE color: 3343766.

HSL color Cylindrical-coordinate representation of color #960533: hue angle of 340.97º 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 #960533 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB150551-
CMYK00.970.660.41
HSL340.97º93.55%30.39%-
HSV(B)340.97º96.67%58.82%-
XYZ13.236.833.75-
YUV53.6126.54196.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.82%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=72.82%
G=2.43%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15055100.970.660.41340.9793.5530.39
Hex9653306142291555e1e
Octal22656301411025152513636
Binary10010110101110011011000011000010101001101010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960533; }

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

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

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

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

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

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

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

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