Html Css Color HEX #8C3431 Tall Poppy

📋 copy color: '#8C3431'

red 140 ◦ green 52 ◦ blue 49

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

Shades of Tall Poppy #8C3431

Tints of Tall Poppy #8C3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 58.09%
G = 21.58%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C3431 (or 0x8C3431) is known color: Tall Poppy. HEX triplet: 8C, 34 and 31. RGB value is (140,52,49). Sum of RGB (Red+Green+Blue) = 140+52+49=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3431 is #73CBCE. Grayscale: #4E4E4E. Windows color (decimal): -7588815 or 3224716. OLE color: 3224716.

HSL color Cylindrical-coordinate representation of color #8C3431: hue angle of 1.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3431 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 52 49 -
CMYK 0 0.63 0.65 0.45
HSL 1.98º 0.48% 0.37% -
HSV(B) 1.98º 0.65% 0.55% -
XYZ 12.6 8.25 3.83 -
YUV 77.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 140 52 49 0 0.63 0.65 0.45 1.98 0.48 0.37
Hex 8C 34 31 0 3F 41 2D 2 30 25
Octal 214 64 61 0 77 101 55 2 60 45
Binary 10001100 110100 110001 0 111111 1000001 101101 10 110000 100101

Color Harmonies of #8C3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3431

Black with #8C3431

Text Example


Text Example

White with #8C3431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,52,49); }

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

background-color css

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

 a { background-color: rgb(140,52,49); }

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

border-color css

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

 span { border-color: rgb(140,52,49); }

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