#95366E

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

Shades of Rouge #95366E

Tints of Rouge #95366E

Color information

#95366E (or 0x95366E) is unknown color: approx Rouge. HEX triplet: 95, 36 and 6E. RGB value is (149,54,110). Sum of RGB (Red+Green+Blue) = 149+54+110=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95366E is #6AC991. Grayscale: #585858. Windows color (decimal): -6998418 or 7222933. OLE color: 7222933.

HSL color Cylindrical-coordinate representation of color #95366E: hue angle of 324.63º degrees, saturation: 0.47, 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 #95366E is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14954110-
CMYK00.640.260.42
HSL324.63º46.8%39.8%-
HSV(B)324.63º63.76%58.43%-
XYZ16.5310.1515.84-
YUV88.79139.97170.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=47.60%
G=17.25%
B=35.14%

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
Decimal1495411000.640.260.42324.6346.839.8
Hex95366E0401A2A1452f28
Octal22566156010032525055750
Binary1001010111011011011100100000011010101010101000101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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