#96356E

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

Shades of Rouge #96356E

Tints of Rouge #96356E

Color information

#96356E (or 0x96356E) is unknown color: approx Rouge. HEX triplet: 96, 35 and 6E. RGB value is (150,53,110). Sum of RGB (Red+Green+Blue) = 150+53+110=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356E is #69CA91. Grayscale: #585858. Windows color (decimal): -6933138 or 7222678. OLE color: 7222678.

HSL color Cylindrical-coordinate representation of color #96356E: hue angle of 324.74º 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 #96356E is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15053110-
CMYK00.650.270.41
HSL324.74º47.78%39.8%-
HSV(B)324.74º64.67%58.82%-
XYZ16.6710.1615.83-
YUV88.5140.14171.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=47.92%
G=16.93%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505311000.650.270.41324.7447.7839.8
Hex96356E0411B291453028
Octal22665156010133515056050
Binary1001011011010111011100100000111011101001101000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96356E; }

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

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

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

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

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

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

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

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