Html Css Color HEX #8D3434 Tall Poppy

📋 copy color: '#8D3434'

red 141 ◦ green 52 ◦ blue 52

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

Shades of Tall Poppy #8D3434

Tints of Tall Poppy #8D3434

RGB

 RED value IS 141 (55.47% from 255) = 57.55%

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

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 57.55%
G = 21.22%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D3434 (or 0x8D3434) is known color: Tall Poppy. HEX triplet: 8D, 34 and 34. RGB value is (141,52,52). Sum of RGB (Red+Green+Blue) = 141+52+52=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3434 is #72CBCB. Grayscale: #4E4E4E. Windows color (decimal): -7523276 or 3421325. OLE color: 3421325.

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

Color convert

RGB 141 52 52 -
CMYK 0 0.63 0.63 0.45
HSL 0.46% 0.38% -
HSV(B) 0.63% 0.55% -
XYZ 12.83 8.37 4.19 -
YUV 78.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 141 52 52 0 0.63 0.63 0.45 0 0.46 0.38
Hex 8D 34 34 0 3F 3F 2D 0 2E 26
Octal 215 64 64 0 77 77 55 0 56 46
Binary 10001101 110100 110100 0 111111 111111 101101 0 101110 100110

Color Harmonies of #8D3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3434

Black with #8D3434

Text Example


Text Example

White with #8D3434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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