#88434B

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

Shades of Solid Pink #88434B

Tints of Solid Pink #88434B

Color information

#88434B (or 0x88434B) is unknown color: approx Solid Pink. HEX triplet: 88, 43 and 4B. RGB value is (136,67,75). Sum of RGB (Red+Green+Blue) = 136+67+75=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88434B is #77BCB4. Grayscale: #585858. Windows color (decimal): -7847093 or 4932488. OLE color: 4932488.

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

Color convert

RGB1366775-
CMYK00.510.450.47
HSL353.04º33.99%39.8%-
HSV(B)353.04º50.74%53.33%-
XYZ13.439.767.83-
YUV88.54120.36161.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=48.92%
G=24.10%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136677500.510.450.47353.0433.9939.8
Hex88434B0332D2F1612228
Octal21010311306355575414250
Binary10001000100001110010110110011101101101111101100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88434B; }

 p { color: rgb(136,67,75); }

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

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

 a { background-color: rgb(136,67,75); }

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

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

 span { border-color: rgb(136,67,75); }

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