#96356D

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

Shades of Rouge #96356D

Tints of Rouge #96356D

Color information

#96356D (or 0x96356D) is unknown color: approx Rouge. HEX triplet: 96, 35 and 6D. RGB value is (150,53,109). Sum of RGB (Red+Green+Blue) = 150+53+109=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356D is #69CA92. Grayscale: #585858. Windows color (decimal): -6933139 or 7157142. OLE color: 7157142.

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

Color convert

RGB15053109-
CMYK00.650.270.41
HSL325.36º47.78%39.8%-
HSV(B)325.36º64.67%58.82%-
XYZ16.6110.1315.55-
YUV88.39139.64171.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=48.08%
G=16.99%
B=34.94%

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
Decimal1505310900.650.270.41325.3647.7839.8
Hex96356D0411B291453028
Octal22665155010133515056050
Binary1001011011010111011010100000111011101001101000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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