Html Css Color HEX #8F4C4E Solid Pink

📋 copy color: '#8F4C4E'

red 143 ◦ green 76 ◦ blue 78

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

Shades of Solid Pink #8F4C4E

Tints of Solid Pink #8F4C4E

RGB

 RED value IS 143 (56.25% from 255) = 48.15%

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 48.15%
G = 25.59%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F4C4E (or 0x8F4C4E) is known color: Solid Pink. HEX triplet: 8F, 4C and 4E. RGB value is (143,76,78). Sum of RGB (Red+Green+Blue) = 143+76+78=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C4E is #70B3B1. Grayscale: #606060. Windows color (decimal): -7386034 or 5131407. OLE color: 5131407.

HSL color Cylindrical-coordinate representation of color #8F4C4E: hue angle of 358.21º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F4C4E is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 76 78 -
CMYK 0 0.47 0.45 0.44
HSL 358.21º 0.31% 0.43% -
HSV(B) 358.21º 0.47% 0.56% -
XYZ 15.29 11.56 8.63 -
YUV 96.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 143 76 78 0 0.47 0.45 0.44 358.21 0.31 0.43
Hex 8F 4C 4E 0 2F 2D 2C 166 1F 2B
Octal 217 114 116 0 57 55 54 546 37 53
Binary 10001111 1001100 1001110 0 101111 101101 101100 101100110 11111 101011

Color Harmonies of #8F4C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4C4E

Black with #8F4C4E

Text Example


Text Example

White with #8F4C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,76,78); }

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

background-color css

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

 a { background-color: rgb(143,76,78); }

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

border-color css

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

 span { border-color: rgb(143,76,78); }

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