#7F4148

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

Shades of Solid Pink #7F4148

Tints of Solid Pink #7F4148

Color information

#7F4148 (or 0x7F4148) is unknown color: approx Solid Pink. HEX triplet: 7F, 41 and 48. RGB value is (127,65,72). Sum of RGB (Red+Green+Blue) = 127+65+72=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4148 is #80BEB7. Grayscale: #545454. Windows color (decimal): -8437432 or 4735359. OLE color: 4735359.

HSL color Cylindrical-coordinate representation of color #7F4148: hue angle of 353.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4148 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1276572-
CMYK00.490.430.50
HSL353.23º32.29%37.65%-
HSV(B)353.23º48.82%49.8%-
XYZ11.818.767.2-
YUV84.34121.04158.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.11%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=48.11%
G=24.62%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127657200.490.430.50353.2332.2937.65
Hex7F41480312B321612026
Octal17710111006153625414046
Binary1111111100000110010000110001101011110010101100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4148; }

 p { color: rgb(127,65,72); }

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

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

 a { background-color: rgb(127,65,72); }

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

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

 span { border-color: rgb(127,65,72); }

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