#95434B

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

Shades of Solid Pink #95434B

Tints of Solid Pink #95434B

Color information

#95434B (or 0x95434B) is unknown color: approx Solid Pink. HEX triplet: 95, 43 and 4B. RGB value is (149,67,75). Sum of RGB (Red+Green+Blue) = 149+67+75=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95434B is #6ABCB4. Grayscale: #5C5C5C. Windows color (decimal): -6995125 or 4932501. OLE color: 4932501.

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

Color convert

RGB1496775-
CMYK00.550.500.42
HSL354.15º37.96%42.35%-
HSV(B)354.15º55.03%58.43%-
XYZ15.6710.917.94-
YUV92.43118.17168.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=51.20%
G=23.02%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149677500.550.500.42354.1537.9642.35
Hex95434B037322A162262a
Octal22510311306762525424652
Binary10010101100001110010110110111110010101010101100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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