#874348

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

Shades of Solid Pink #874348

Tints of Solid Pink #874348

Color information

#874348 (or 0x874348) is unknown color: approx Solid Pink. HEX triplet: 87, 43 and 48. RGB value is (135,67,72). Sum of RGB (Red+Green+Blue) = 135+67+72=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874348 is #78BCB7. Grayscale: #575757. Windows color (decimal): -7912632 or 4735879. OLE color: 4735879.

HSL color Cylindrical-coordinate representation of color #874348: hue angle of 355.59º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874348 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1356772-
CMYK00.500.470.47
HSL355.59º33.66%39.61%-
HSV(B)355.59º50.37%52.94%-
XYZ13.179.637.3-
YUV87.9119.03161.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=49.27%
G=24.45%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135677200.500.470.47355.5933.6639.61
Hex8743480322F2F1642228
Octal20710311006257575444250
Binary10000111100001110010000110010101111101111101100100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874348; }

 p { color: rgb(135,67,72); }

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

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

 a { background-color: rgb(135,67,72); }

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

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

 span { border-color: rgb(135,67,72); }

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