#96356C

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

Shades of Rouge #96356C

Tints of Rouge #96356C

Color information

#96356C (or 0x96356C) is unknown color: approx Rouge. HEX triplet: 96, 35 and 6C. RGB value is (150,53,108). Sum of RGB (Red+Green+Blue) = 150+53+108=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356C is #69CA93. Grayscale: #585858. Windows color (decimal): -6933140 or 7091606. OLE color: 7091606.

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

Color convert

RGB15053108-
CMYK00.650.280.41
HSL325.98º47.78%39.8%-
HSV(B)325.98º64.67%58.82%-
XYZ16.5610.1115.27-
YUV88.27139.14172.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=48.23%
G=17.04%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505310800.650.280.41325.9847.7839.8
Hex96356C0411C291463028
Octal22665154010134515066050
Binary1001011011010111011000100000111100101001101000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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