#95356E

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

Shades of Rouge #95356E

Tints of Rouge #95356E

Color information

#95356E (or 0x95356E) is unknown color: approx Rouge. HEX triplet: 95, 35 and 6E. RGB value is (149,53,110). Sum of RGB (Red+Green+Blue) = 149+53+110=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356E is #6ACA91. Grayscale: #585858. Windows color (decimal): -6998674 or 7222677. OLE color: 7222677.

HSL color Cylindrical-coordinate representation of color #95356E: hue angle of 324.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95356E is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14953110-
CMYK00.640.260.42
HSL324.38º47.52%39.61%-
HSV(B)324.38º64.43%58.43%-
XYZ16.4810.0615.83-
YUV88.2140.3171.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=47.76%
G=16.99%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495311000.640.260.42324.3847.5239.61
Hex95356E0401A2A1443028
Octal22565156010032525046050
Binary1001010111010111011100100000011010101010101000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95356E; }

 p { color: rgb(149,53,110); }

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

<style>
 a { background-color: #95356E; }

 a { background-color: rgb(149,53,110); }

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

<style>
 span { border-color: #95356E; }

 span { border-color: rgb(149,53,110); }

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