#95414A

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

Shades of Solid Pink #95414A

Tints of Solid Pink #95414A

Color information

#95414A (or 0x95414A) is unknown color: approx Solid Pink. HEX triplet: 95, 41 and 4A. RGB value is (149,65,74). Sum of RGB (Red+Green+Blue) = 149+65+74=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95414A is #6ABEB5. Grayscale: #5B5B5B. Windows color (decimal): -6995638 or 4866453. OLE color: 4866453.

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

Color convert

RGB1496574-
CMYK00.560.500.42
HSL353.57º39.25%41.96%-
HSV(B)353.57º56.38%58.43%-
XYZ15.5210.667.72-
YUV91.14118.33169.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=51.74%
G=22.57%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149657400.560.500.42353.5739.2541.96
Hex95414A038322A162272a
Octal22510111207062525424752
Binary10010101100000110010100111000110010101010101100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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