#963570

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

Shades of Rouge #963570

Tints of Rouge #963570

Color information

#963570 (or 0x963570) is unknown color: approx Rouge. HEX triplet: 96, 35 and 70. RGB value is (150,53,112). Sum of RGB (Red+Green+Blue) = 150+53+112=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #963570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963570 is #69CA8F. Grayscale: #585858. Windows color (decimal): -6933136 or 7353750. OLE color: 7353750.

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

Color convert

RGB15053112-
CMYK00.650.250.41
HSL323.51º47.78%39.8%-
HSV(B)323.51º64.67%58.82%-
XYZ16.7810.216.41-
YUV88.73141.14171.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=47.62%
G=16.83%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505311200.650.250.41323.5147.7839.8
Hex96357004119291443028
Octal22665160010131515046050
Binary1001011011010111100000100000111001101001101000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963570; }

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

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

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

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

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

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

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

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