#95376B

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

Shades of Rouge #95376B

Tints of Rouge #95376B

Color information

#95376B (or 0x95376B) is unknown color: approx Rouge. HEX triplet: 95, 37 and 6B. RGB value is (149,55,107). Sum of RGB (Red+Green+Blue) = 149+55+107=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95376B is #6AC894. Grayscale: #585858. Windows color (decimal): -6998165 or 7026581. OLE color: 7026581.

HSL color Cylindrical-coordinate representation of color #95376B: hue angle of 326.81º 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 #95376B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14955107-
CMYK00.630.280.42
HSL326.81º46.08%40%-
HSV(B)326.81º63.09%58.43%-
XYZ16.4110.1815.01-
YUV89.03138.14170.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=47.91%
G=17.68%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495510700.630.280.42326.8146.0840
Hex95376B03F1C2A1472e28
Octal2256715307734525075650
Binary100101011101111101011011111111100101010101000111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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