#95424B

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

Shades of Solid Pink #95424B

Tints of Solid Pink #95424B

Color information

#95424B (or 0x95424B) is unknown color: approx Solid Pink. HEX triplet: 95, 42 and 4B. RGB value is (149,66,75). Sum of RGB (Red+Green+Blue) = 149+66+75=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95424B is #6ABDB4. Grayscale: #5B5B5B. Windows color (decimal): -6995381 or 4932245. OLE color: 4932245.

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

Color convert

RGB1496675-
CMYK00.560.500.42
HSL353.49º38.6%42.16%-
HSV(B)353.49º55.7%58.43%-
XYZ15.6110.797.92-
YUV91.84118.5168.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=51.38%
G=22.76%
B=25.86%

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
Decimal149667500.560.500.42353.4938.642.16
Hex95424B038322A161272a
Octal22510211307062525414752
Binary10010101100001010010110111000110010101010101100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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