#914B53

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

Shades of Solid Pink #914B53

Tints of Solid Pink #914B53

Color information

#914B53 (or 0x914B53) is unknown color: approx Solid Pink. HEX triplet: 91, 4B and 53. RGB value is (145,75,83). Sum of RGB (Red+Green+Blue) = 145+75+83=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #914B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B53 is #6EB4AC. Grayscale: #606060. Windows color (decimal): -7255213 or 5458833. OLE color: 5458833.

HSL color Cylindrical-coordinate representation of color #914B53: hue angle of 353.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914B53 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB1457583-
CMYK00.480.430.43
HSL353.14º31.82%43.14%-
HSV(B)353.14º48.28%56.86%-
XYZ15.7511.689.61-
YUV96.84120.19162.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=47.85%
G=24.75%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145758300.480.430.43353.1431.8243.14
Hex914B530302B2B161202b
Octal22111312306053535414053
Binary10010001100101110100110110000101011101011101100001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914B53; }

 p { color: rgb(145,75,83); }

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

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

 a { background-color: rgb(145,75,83); }

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

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

 span { border-color: rgb(145,75,83); }

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