#95454A

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

Shades of Solid Pink #95454A

Tints of Solid Pink #95454A

Color information

#95454A (or 0x95454A) is unknown color: approx Solid Pink. HEX triplet: 95, 45 and 4A. RGB value is (149,69,74). Sum of RGB (Red+Green+Blue) = 149+69+74=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95454A is #6ABAB5. Grayscale: #5D5D5D. Windows color (decimal): -6994614 or 4867477. OLE color: 4867477.

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

Color convert

RGB1496974-
CMYK00.540.500.42
HSL356.25º36.7%42.75%-
HSV(B)356.25º53.69%58.43%-
XYZ15.7611.147.8-
YUV93.49117167.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=51.03%
G=23.63%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149697400.540.500.42356.2536.742.75
Hex95454A036322A164252b
Octal22510511206662525444553
Binary10010101100010110010100110110110010101010101100100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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