#954247

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

Shades of Solid Pink #954247

Tints of Solid Pink #954247

Color information

#954247 (or 0x954247) is unknown color: approx Solid Pink. HEX triplet: 95, 42 and 47. RGB value is (149,66,71). Sum of RGB (Red+Green+Blue) = 149+66+71=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954247 is #6ABDB8. Grayscale: #5B5B5B. Windows color (decimal): -6995385 or 4670101. OLE color: 4670101.

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

Color convert

RGB1496671-
CMYK00.560.520.42
HSL356.39º38.6%42.16%-
HSV(B)356.39º55.7%58.43%-
XYZ15.4810.747.22-
YUV91.39116.5169.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=52.10%
G=23.08%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149667100.560.520.42356.3938.642.16
Hex954247038342A164272a
Octal22510210707064525444752
Binary10010101100001010001110111000110100101010101100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954247; }

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

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

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

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

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

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

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

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