Html Css Color HEX #8A4648 Solid Pink

📋 copy color: '#8A4648'

red 138 ◦ green 70 ◦ blue 72

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

Shades of Solid Pink #8A4648

Tints of Solid Pink #8A4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 25.71%

R = 49.29%
G = 25%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A4648 (or 0x8A4648) is known color: Solid Pink. HEX triplet: 8A, 46 and 48. RGB value is (138,70,72). Sum of RGB (Red+Green+Blue) = 138+70+72=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4648 is #75B9B7. Grayscale: #5A5A5A. Windows color (decimal): -7715256 or 4736650. OLE color: 4736650.

HSL color Cylindrical-coordinate representation of color #8A4648: hue angle of 358.24º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4648 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 72 -
CMYK 0 0.49 0.48 0.46
HSL 358.24º 0.33% 0.41% -
HSV(B) 358.24º 0.49% 0.54% -
XYZ 13.84 10.25 7.38 -
YUV 90.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 138 70 72 0 0.49 0.48 0.46 358.24 0.33 0.41
Hex 8A 46 48 0 31 30 2E 166 21 29
Octal 212 106 110 0 61 60 56 546 41 51
Binary 10001010 1000110 1001000 0 110001 110000 101110 101100110 100001 101001

Color Harmonies of #8A4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4648

Black with #8A4648

Text Example


Text Example

White with #8A4648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,72); }

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

background-color css

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

 a { background-color: rgb(138,70,72); }

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

border-color css

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

 span { border-color: rgb(138,70,72); }

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