#953670

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

Shades of Rouge #953670

Tints of Rouge #953670

Color information

#953670 (or 0x953670) is unknown color: approx Rouge. HEX triplet: 95, 36 and 70. RGB value is (149,54,112). Sum of RGB (Red+Green+Blue) = 149+54+112=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953670 is #6AC98F. Grayscale: #585858. Windows color (decimal): -6998416 or 7354005. OLE color: 7354005.

HSL color Cylindrical-coordinate representation of color #953670: hue angle of 323.37º 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 #953670 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14954112-
CMYK00.640.250.42
HSL323.37º46.8%39.8%-
HSV(B)323.37º63.76%58.43%-
XYZ16.6410.216.42-
YUV89.02140.97170.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=47.30%
G=17.14%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495411200.640.250.42323.3746.839.8
Hex953670040192A1432f28
Octal22566160010031525035750
Binary1001010111011011100000100000011001101010101000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953670; }

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

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

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

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

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

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

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

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