#954B4F

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

Shades of Solid Pink #954B4F

Tints of Solid Pink #954B4F

Color information

#954B4F (or 0x954B4F) is unknown color: approx Solid Pink. HEX triplet: 95, 4B and 4F. RGB value is (149,75,79). Sum of RGB (Red+Green+Blue) = 149+75+79=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #954B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B4F is #6AB4B0. Grayscale: #616161. Windows color (decimal): -6993073 or 5196693. OLE color: 5196693.

HSL color Cylindrical-coordinate representation of color #954B4F: hue angle of 356.76º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B4F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1497579-
CMYK00.500.470.42
HSL356.76º33.04%43.92%-
HSV(B)356.76º49.66%58.43%-
XYZ16.3211.998.85-
YUV97.58117.52164.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=49.17%
G=24.75%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149757900.500.470.42356.7633.0443.92
Hex954B4F0322F2A165212c
Octal22511311706257525454154
Binary10010101100101110011110110010101111101010101100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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