Html Css Color HEX #8A5053 Solid Pink

📋 copy color: '#8A5053'

red 138 ◦ green 80 ◦ blue 83

#8A5053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #8A5053

Tints of Solid Pink #8A5053

RGB

 RED value IS 138 (54.3% from 255) = 45.85%

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 45.85%
G = 26.58%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A5053 (or 0x8A5053) is known color: Solid Pink. HEX triplet: 8A, 50 and 53. RGB value is (138,80,83). Sum of RGB (Red+Green+Blue) = 138+80+83=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5053 is #75AFAC. Grayscale: #616161. Windows color (decimal): -7712685 or 5460106. OLE color: 5460106.

HSL color Cylindrical-coordinate representation of color #8A5053: hue angle of 356.9º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5053 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 80 83 -
CMYK 0 0.42 0.40 0.46
HSL 356.9º 0.27% 0.43% -
HSV(B) 356.9º 0.42% 0.54% -
XYZ 14.91 11.77 9.67 -
YUV 97.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 138 80 83 0 0.42 0.40 0.46 356.9 0.27 0.43
Hex 8A 50 53 0 2A 28 2E 165 1B 2B
Octal 212 120 123 0 52 50 56 545 33 53
Binary 10001010 1010000 1010011 0 101010 101000 101110 101100101 11011 101011

Color Harmonies of #8A5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5053

Black with #8A5053

Text Example


Text Example

White with #8A5053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,80,83); }

 H1.HeaderClassName
 {
   color: #8A5053;
 }
 .AnyTagClassName
 {
   color: #8A5053;
 }
</style>

background-color css

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

 a { background-color: rgb(138,80,83); }

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

border-color css

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

 span { border-color: rgb(138,80,83); }

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