Html Css Color HEX #872E2E Tall Poppy

📋 copy color: '#872E2E'

red 135 ◦ green 46 ◦ blue 46

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

Shades of Tall Poppy #872E2E

Tints of Tall Poppy #872E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 59.47%
G = 20.26%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#872E2E (or 0x872E2E) is known color: Tall Poppy. HEX triplet: 87, 2E and 2E. RGB value is (135,46,46). Sum of RGB (Red+Green+Blue) = 135+46+46=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E2E is #78D1D1. Grayscale: #484848. Windows color (decimal): -7918034 or 3026567. OLE color: 3026567.

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

Color convert

RGB 135 46 46 -
CMYK 0 0.66 0.66 0.47
HSL 0.49% 0.35% -
HSV(B) 0.66% 0.53% -
XYZ 11.46 7.3 3.39 -
YUV 72.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 135 46 46 0 0.66 0.66 0.47 0 0.49 0.35
Hex 87 2E 2E 0 42 42 2F 0 31 23
Octal 207 56 56 0 102 102 57 0 61 43
Binary 10000111 101110 101110 0 1000010 1000010 101111 0 110001 100011

Color Harmonies of #872E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872E2E

Black with #872E2E

Text Example


Text Example

White with #872E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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