#96396A

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

Shades of Rouge #96396A

Tints of Rouge #96396A

Color information

#96396A (or 0x96396A) is unknown color: approx Rouge. HEX triplet: 96, 39 and 6A. RGB value is (150,57,106). Sum of RGB (Red+Green+Blue) = 150+57+106=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96396A is #69C695. Grayscale: #5A5A5A. Windows color (decimal): -6932118 or 6961558. OLE color: 6961558.

HSL color Cylindrical-coordinate representation of color #96396A: hue angle of 328.39º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96396A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15057106-
CMYK00.620.290.41
HSL328.39º44.93%40.59%-
HSV(B)328.39º62%58.82%-
XYZ16.6410.4514.78-
YUV90.39136.81170.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=47.92%
G=18.21%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505710600.620.290.41328.3944.9340.59
Hex96396A03E1D291482d29
Octal2267115207635515105551
Binary100101101110011101010011111011101101001101001000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96396A; }

 p { color: rgb(150,57,106); }

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

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

 a { background-color: rgb(150,57,106); }

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

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

 span { border-color: rgb(150,57,106); }

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