#95474A

Color #95474A Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #95474A

Tints of Solid Pink #95474A

Color information

#95474A (or 0x95474A) is unknown color: approx Solid Pink. HEX triplet: 95, 47 and 4A. RGB value is (149,71,74). Sum of RGB (Red+Green+Blue) = 149+71+74=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95474A is #6AB8B5. Grayscale: #5E5E5E. Windows color (decimal): -6994102 or 4867989. OLE color: 4867989.

HSL color Cylindrical-coordinate representation of color #95474A: hue angle of 357.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95474A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1497174-
CMYK00.520.500.42
HSL357.69º35.45%43.14%-
HSV(B)357.69º52.35%58.43%-
XYZ15.8811.397.84-
YUV94.66116.34166.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=50.68%
G=24.15%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149717400.520.500.42357.6935.4543.14
Hex95474A034322A166232b
Octal22510711206462525464353
Binary10010101100011110010100110100110010101010101100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95474A; }

 p { color: rgb(149,71,74); }

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

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

 a { background-color: rgb(149,71,74); }

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

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

 span { border-color: rgb(149,71,74); }

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