Html Css Color HEX #8A4E50 Solid Pink

📋 copy color: '#8A4E50'

red 138 ◦ green 78 ◦ blue 80

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

Shades of Solid Pink #8A4E50

Tints of Solid Pink #8A4E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 46.62%
G = 26.35%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A4E50 (or 0x8A4E50) is known color: Solid Pink. HEX triplet: 8A, 4E and 50. RGB value is (138,78,80). Sum of RGB (Red+Green+Blue) = 138+78+80=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E50 is #75B1AF. Grayscale: #606060. Windows color (decimal): -7713200 or 5262986. OLE color: 5262986.

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

Color convert

RGB 138 78 80 -
CMYK 0 0.43 0.42 0.46
HSL 358º 0.28% 0.42% -
HSV(B) 358º 0.43% 0.54% -
XYZ 14.65 11.43 9.02 -
YUV 96.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 138 78 80 0 0.43 0.42 0.46 358 0.28 0.42
Hex 8A 4E 50 0 2B 2A 2E 166 1C 2A
Octal 212 116 120 0 53 52 56 546 34 52
Binary 10001010 1001110 1010000 0 101011 101010 101110 101100110 11100 101010

Color Harmonies of #8A4E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4E50

Black with #8A4E50

Text Example


Text Example

White with #8A4E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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