#963670

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

Shades of Rouge #963670

Tints of Rouge #963670

Color information

#963670 (or 0x963670) is unknown color: approx Rouge. HEX triplet: 96, 36 and 70. RGB value is (150,54,112). Sum of RGB (Red+Green+Blue) = 150+54+112=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963670 is #69C98F. Grayscale: #595959. Windows color (decimal): -6932880 or 7354006. OLE color: 7354006.

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

Color convert

RGB15054112-
CMYK00.640.250.41
HSL323.75º47.06%40%-
HSV(B)323.75º64%58.82%-
XYZ16.8210.2916.43-
YUV89.32140.8171.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=47.47%
G=17.09%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505411200.640.250.41323.7547.0640
Hex96367004019291442f28
Octal22666160010031515045750
Binary1001011011011011100000100000011001101001101000100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963670; }

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

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

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

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

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

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

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

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