Html Css Color HEX #873434 Tall Poppy

📋 copy color: '#873434'

red 135 ◦ green 52 ◦ blue 52

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

Shades of Tall Poppy #873434

Tints of Tall Poppy #873434

RGB

 RED value IS 135 (53.13% from 255) = 56.49%

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

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

R = 56.49%
G = 21.76%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#873434 (or 0x873434) is known color: Tall Poppy. HEX triplet: 87, 34 and 34. RGB value is (135,52,52). Sum of RGB (Red+Green+Blue) = 135+52+52=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873434 is #78CBCB. Grayscale: #4C4C4C. Windows color (decimal): -7916492 or 3421319. OLE color: 3421319.

HSL color Cylindrical-coordinate representation of color #873434: hue angle of 0º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873434 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 52 -
CMYK 0 0.61 0.61 0.47
HSL 0.44% 0.37% -
HSV(B) 0.61% 0.53% -
XYZ 11.84 7.85 4.14 -
YUV 76.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 135 52 52 0 0.61 0.61 0.47 0 0.44 0.37
Hex 87 34 34 0 3D 3D 2F 0 2C 25
Octal 207 64 64 0 75 75 57 0 54 45
Binary 10000111 110100 110100 0 111101 111101 101111 0 101100 100101

Color Harmonies of #873434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873434

Black with #873434

Text Example


Text Example

White with #873434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873434; }

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

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

background-color css

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

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

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

border-color css

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

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

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