#8B4245

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

Shades of Solid Pink #8B4245

Tints of Solid Pink #8B4245

Color information

#8B4245 (or 0x8B4245) is unknown color: approx Solid Pink. HEX triplet: 8B, 42 and 45. RGB value is (139,66,69). Sum of RGB (Red+Green+Blue) = 139+66+69=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4245 is #74BDBA. Grayscale: #585858. Windows color (decimal): -7650747 or 4539019. OLE color: 4539019.

HSL color Cylindrical-coordinate representation of color #8B4245: hue angle of 357.53º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4245 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1396669-
CMYK00.530.500.45
HSL357.53º35.61%40.2%-
HSV(B)357.53º52.52%54.51%-
XYZ13.679.826.8-
YUV88.17117.18164.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=50.73%
G=24.09%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139666900.530.500.45357.5335.6140.2
Hex8B4245035322D1662428
Octal21310210506562555464450
Binary10001011100001010001010110101110010101101101100110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,69); }

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

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

 a { background-color: rgb(139,66,69); }

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

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

 span { border-color: rgb(139,66,69); }

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