#8B5253

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

Shades of Solid Pink #8B5253

Tints of Solid Pink #8B5253

Color information

#8B5253 (or 0x8B5253) is unknown color: approx Solid Pink. HEX triplet: 8B, 52 and 53. RGB value is (139,82,83). Sum of RGB (Red+Green+Blue) = 139+82+83=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5253 is #74ADAC. Grayscale: #636363. Windows color (decimal): -7646637 or 5460619. OLE color: 5460619.

HSL color Cylindrical-coordinate representation of color #8B5253: hue angle of 358.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5253 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1398283-
CMYK00.410.400.45
HSL358.95º25.79%43.33%-
HSV(B)358.95º41.01%54.51%-
XYZ15.2312.159.73-
YUV99.16118.88156.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=45.72%
G=26.97%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139828300.410.400.45358.9525.7943.33
Hex8B5253029282D1671a2b
Octal21312212305150555473253
Binary1000101110100101010011010100110100010110110110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5253; }

 p { color: rgb(139,82,83); }

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

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

 a { background-color: rgb(139,82,83); }

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

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

 span { border-color: rgb(139,82,83); }

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