#954D52

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

Shades of Solid Pink #954D52

Tints of Solid Pink #954D52

Color information

#954D52 (or 0x954D52) is unknown color: approx Solid Pink. HEX triplet: 95, 4D and 52. RGB value is (149,77,82). Sum of RGB (Red+Green+Blue) = 149+77+82=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #954D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D52 is #6AB2AD. Grayscale: #636363. Windows color (decimal): -6992558 or 5393813. OLE color: 5393813.

HSL color Cylindrical-coordinate representation of color #954D52: hue angle of 355.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D52 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1497782-
CMYK00.480.450.42
HSL355.83º31.86%44.31%-
HSV(B)355.83º48.32%58.43%-
XYZ16.5712.319.48-
YUV99.1118.35163.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=48.38%
G=25%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149778200.480.450.42355.8331.8644.31
Hex954D520302D2A164202c
Octal22511512206055525444054
Binary10010101100110110100100110000101101101010101100100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954D52; }

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

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

<style>
 a { background-color: #954D52; }

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

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

<style>
 span { border-color: #954D52; }

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

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