Html Css Color HEX #872E2C Tall Poppy

📋 copy color: '#872E2C'

red 135 ◦ green 46 ◦ blue 44

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

Shades of Tall Poppy #872E2C

Tints of Tall Poppy #872E2C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 60%
G = 20.44%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#872E2C (or 0x872E2C) is known color: Tall Poppy. HEX triplet: 87, 2E and 2C. RGB value is (135,46,44). Sum of RGB (Red+Green+Blue) = 135+46+44=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #872E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E2C is #78D1D3. Grayscale: #484848. Windows color (decimal): -7918036 or 2895495. OLE color: 2895495.

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

Color convert

RGB 135 46 44 -
CMYK 0 0.66 0.67 0.47
HSL 1.32º 0.51% 0.35% -
HSV(B) 1.32º 0.67% 0.53% -
XYZ 11.42 7.29 3.19 -
YUV 72.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 135 46 44 0 0.66 0.67 0.47 1.32 0.51 0.35
Hex 87 2E 2C 0 42 43 2F 1 33 23
Octal 207 56 54 0 102 103 57 1 63 43
Binary 10000111 101110 101100 0 1000010 1000011 101111 1 110011 100011

Color Harmonies of #872E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872E2C

Black with #872E2C

Text Example


Text Example

White with #872E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872E2C; }

 p { color: rgb(135,46,44); }

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

background-color css

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

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

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

border-color css

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

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

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