Html Css Color HEX #874040 Tall Poppy

📋 copy color: '#874040'

red 135 ◦ green 64 ◦ blue 64

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

Shades of Tall Poppy #874040

Tints of Tall Poppy #874040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 51.33%
G = 24.33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874040 (or 0x874040) is known color: Tall Poppy. HEX triplet: 87, 40 and 40. RGB value is (135,64,64). Sum of RGB (Red+Green+Blue) = 135+64+64=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #874040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874040 is #78BFBF. Grayscale: #555555. Windows color (decimal): -7913408 or 4210823. OLE color: 4210823.

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

Color convert

RGB 135 64 64 -
CMYK 0 0.53 0.53 0.47
HSL 0.36% 0.39% -
HSV(B) 0.53% 0.53% -
XYZ 12.75 9.19 5.95 -
YUV 85.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 135 64 64 0 0.53 0.53 0.47 0 0.36 0.39
Hex 87 40 40 0 35 35 2F 0 24 27
Octal 207 100 100 0 65 65 57 0 44 47
Binary 10000111 1000000 1000000 0 110101 110101 101111 0 100100 100111

Color Harmonies of #874040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874040

Black with #874040

Text Example


Text Example

White with #874040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874040; }

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

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

background-color css

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

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

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

border-color css

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

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

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