#95444D

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

Shades of Solid Pink #95444D

Tints of Solid Pink #95444D

Color information

#95444D (or 0x95444D) is unknown color: approx Solid Pink. HEX triplet: 95, 44 and 4D. RGB value is (149,68,77). Sum of RGB (Red+Green+Blue) = 149+68+77=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95444D is #6ABBB2. Grayscale: #5D5D5D. Windows color (decimal): -6994867 or 5063829. OLE color: 5063829.

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

Color convert

RGB1496877-
CMYK00.540.480.42
HSL353.33º37.33%42.55%-
HSV(B)353.33º54.36%58.43%-
XYZ15.811.068.32-
YUV93.24118.84167.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=50.68%
G=23.13%
B=26.19%

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
Decimal149687700.540.480.42353.3337.3342.55
Hex95444D036302A161252b
Octal22510411506660525414553
Binary10010101100010010011010110110110000101010101100001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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