#953871

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

Shades of Rouge #953871

Tints of Rouge #953871

Color information

#953871 (or 0x953871) is unknown color: approx Rouge. HEX triplet: 95, 38 and 71. RGB value is (149,56,113). Sum of RGB (Red+Green+Blue) = 149+56+113=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953871 is #6AC78E. Grayscale: #5A5A5A. Windows color (decimal): -6997903 or 7420053. OLE color: 7420053.

HSL color Cylindrical-coordinate representation of color #953871: hue angle of 323.23º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953871 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14956113-
CMYK00.620.240.42
HSL323.23º45.37%40.2%-
HSV(B)323.23º62.42%58.43%-
XYZ16.7910.4116.75-
YUV90.3140.81169.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=46.86%
G=17.61%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495611300.620.240.42323.2345.3740.2
Hex95387103E182A1432d28
Octal2257016107630525035550
Binary100101011110001110001011111011000101010101000011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953871; }

 p { color: rgb(149,56,113); }

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

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

 a { background-color: rgb(149,56,113); }

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

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

 span { border-color: rgb(149,56,113); }

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