#96356F

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

Shades of Rouge #96356F

Tints of Rouge #96356F

Color information

#96356F (or 0x96356F) is unknown color: approx Rouge. HEX triplet: 96, 35 and 6F. RGB value is (150,53,111). Sum of RGB (Red+Green+Blue) = 150+53+111=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356F is #69CA90. Grayscale: #585858. Windows color (decimal): -6933137 or 7288214. OLE color: 7288214.

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

Color convert

RGB15053111-
CMYK00.650.260.41
HSL324.12º47.78%39.8%-
HSV(B)324.12º64.67%58.82%-
XYZ16.7210.1816.12-
YUV88.62140.64171.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=47.77%
G=16.88%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505311100.650.260.41324.1247.7839.8
Hex96356F0411A291443028
Octal22665157010132515046050
Binary1001011011010111011110100000111010101001101000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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