#95454D

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

Shades of Solid Pink #95454D

Tints of Solid Pink #95454D

Color information

#95454D (or 0x95454D) is unknown color: approx Solid Pink. HEX triplet: 95, 45 and 4D. RGB value is (149,69,77). Sum of RGB (Red+Green+Blue) = 149+69+77=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95454D is #6ABAB2. Grayscale: #5D5D5D. Windows color (decimal): -6994611 or 5064085. OLE color: 5064085.

HSL color Cylindrical-coordinate representation of color #95454D: hue angle of 354º 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 #95454D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1496977-
CMYK00.540.480.42
HSL354º36.7%42.75%-
HSV(B)354º53.69%58.43%-
XYZ15.8611.188.34-
YUV93.83118.5167.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=50.51%
G=23.39%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149697700.540.480.4235436.742.75
Hex95454D036302A162252b
Octal22510511506660525424553
Binary10010101100010110011010110110110000101010101100010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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