#95376F

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

Shades of Rouge #95376F

Tints of Rouge #95376F

Color information

#95376F (or 0x95376F) is unknown color: approx Rouge. HEX triplet: 95, 37 and 6F. RGB value is (149,55,111). Sum of RGB (Red+Green+Blue) = 149+55+111=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95376F is #6AC890. Grayscale: #595959. Windows color (decimal): -6998161 or 7288725. OLE color: 7288725.

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

Color convert

RGB14955111-
CMYK00.630.260.42
HSL324.26º46.08%40%-
HSV(B)324.26º63.09%58.43%-
XYZ16.6310.2716.14-
YUV89.49140.14170.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=47.30%
G=17.46%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495511100.630.260.42324.2646.0840
Hex95376F03F1A2A1442e28
Octal2256715707732525045650
Binary100101011101111101111011111111010101010101000100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95376F; }

 p { color: rgb(149,55,111); }

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

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

 a { background-color: rgb(149,55,111); }

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

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

 span { border-color: rgb(149,55,111); }

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