Html Css Color HEX #8C4448 Solid Pink

📋 copy color: '#8C4448'

red 140 ◦ green 68 ◦ blue 72

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

Shades of Solid Pink #8C4448

Tints of Solid Pink #8C4448

RGB

 RED value IS 140 (55.08% from 255) = 50%

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 50%
G = 24.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C4448 (or 0x8C4448) is known color: Solid Pink. HEX triplet: 8C, 44 and 48. RGB value is (140,68,72). Sum of RGB (Red+Green+Blue) = 140+68+72=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4448 is #73BBB7. Grayscale: #5A5A5A. Windows color (decimal): -7584696 or 4736140. OLE color: 4736140.

HSL color Cylindrical-coordinate representation of color #8C4448: hue angle of 356.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4448 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 68 72 -
CMYK 0 0.51 0.49 0.45
HSL 356.67º 0.35% 0.41% -
HSV(B) 356.67º 0.51% 0.55% -
XYZ 14.05 10.18 7.35 -
YUV 89.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 140 68 72 0 0.51 0.49 0.45 356.67 0.35 0.41
Hex 8C 44 48 0 33 31 2D 165 23 29
Octal 214 104 110 0 63 61 55 545 43 51
Binary 10001100 1000100 1001000 0 110011 110001 101101 101100101 100011 101001

Color Harmonies of #8C4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4448

Black with #8C4448

Text Example


Text Example

White with #8C4448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,68,72); }

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

background-color css

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

 a { background-color: rgb(140,68,72); }

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

border-color css

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

 span { border-color: rgb(140,68,72); }

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