#95474B

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

Shades of Solid Pink #95474B

Tints of Solid Pink #95474B

Color information

#95474B (or 0x95474B) is unknown color: approx Solid Pink. HEX triplet: 95, 47 and 4B. RGB value is (149,71,75). Sum of RGB (Red+Green+Blue) = 149+71+75=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95474B is #6AB8B4. Grayscale: #5E5E5E. Windows color (decimal): -6994101 or 4933525. OLE color: 4933525.

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

Color convert

RGB1497175-
CMYK00.520.500.42
HSL356.92º35.45%43.14%-
HSV(B)356.92º52.35%58.43%-
XYZ15.9211.48.02-
YUV94.78116.84166.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=50.51%
G=24.07%
B=25.42%

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
Decimal149717500.520.500.42356.9235.4543.14
Hex95474B034322A165232b
Octal22510711306462525454353
Binary10010101100011110010110110100110010101010101100101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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