Html Css Color HEX #8A4249 Solid Pink

📋 copy color: '#8A4249'

red 138 ◦ green 66 ◦ blue 73

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

Shades of Solid Pink #8A4249

Tints of Solid Pink #8A4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 49.82%
G = 23.83%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A4249 (or 0x8A4249) is known color: Solid Pink. HEX triplet: 8A, 42 and 49. RGB value is (138,66,73). Sum of RGB (Red+Green+Blue) = 138+66+73=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4249 is #75BDB6. Grayscale: #585858. Windows color (decimal): -7716279 or 4801162. OLE color: 4801162.

HSL color Cylindrical-coordinate representation of color #8A4249: hue angle of 354.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4249 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 66 73 -
CMYK 0 0.52 0.47 0.46
HSL 354.17º 0.35% 0.4% -
HSV(B) 354.17º 0.52% 0.54% -
XYZ 13.63 9.78 7.47 -
YUV 88.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 138 66 73 0 0.52 0.47 0.46 354.17 0.35 0.4
Hex 8A 42 49 0 34 2F 2E 162 23 28
Octal 212 102 111 0 64 57 56 542 43 50
Binary 10001010 1000010 1001001 0 110100 101111 101110 101100010 100011 101000

Color Harmonies of #8A4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4249

Black with #8A4249

Text Example


Text Example

White with #8A4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,66,73); }

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

background-color css

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

 a { background-color: rgb(138,66,73); }

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

border-color css

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

 span { border-color: rgb(138,66,73); }

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