#96427A

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

Shades of Rouge #96427A

Tints of Rouge #96427A

Color information

#96427A (or 0x96427A) is unknown color: approx Rouge. HEX triplet: 96, 42 and 7A. RGB value is (150,66,122). Sum of RGB (Red+Green+Blue) = 150+66+122=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96427A is #69BD85. Grayscale: #616161. Windows color (decimal): -6929798 or 8012438. OLE color: 8012438.

HSL color Cylindrical-coordinate representation of color #96427A: hue angle of 320º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96427A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15066122-
CMYK00.560.190.41
HSL320º38.89%42.35%-
HSV(B)320º56%58.82%-
XYZ18.0411.7919.74-
YUV97.5141.83165.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=44.38%
G=19.53%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506612200.560.190.4132038.8942.35
Hex96427A0381329140272a
Octal22610217207023515004752
Binary1001011010000101111010011100010011101001101000000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,66,122); }

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

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

 a { background-color: rgb(150,66,122); }

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

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

 span { border-color: rgb(150,66,122); }

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