#95424A

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

Shades of Solid Pink #95424A

Tints of Solid Pink #95424A

Color information

#95424A (or 0x95424A) is unknown color: approx Solid Pink. HEX triplet: 95, 42 and 4A. RGB value is (149,66,74). Sum of RGB (Red+Green+Blue) = 149+66+74=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95424A is #6ABDB5. Grayscale: #5B5B5B. Windows color (decimal): -6995382 or 4866709. OLE color: 4866709.

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

Color convert

RGB1496674-
CMYK00.560.500.42
HSL354.22º38.6%42.16%-
HSV(B)354.22º55.7%58.43%-
XYZ15.5810.787.74-
YUV91.73118168.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=51.56%
G=22.84%
B=25.61%

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
Decimal149667400.560.500.42354.2238.642.16
Hex95424A038322A162272a
Octal22510211207062525424752
Binary10010101100001010010100111000110010101010101100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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