Html Css Color HEX #872F2D Tall Poppy

📋 copy color: '#872F2D'

red 135 ◦ green 47 ◦ blue 45

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

Shades of Tall Poppy #872F2D

Tints of Tall Poppy #872F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 59.47%
G = 20.7%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#872F2D (or 0x872F2D) is known color: Tall Poppy. HEX triplet: 87, 2F and 2D. RGB value is (135,47,45). Sum of RGB (Red+Green+Blue) = 135+47+45=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F2D is #78D0D2. Grayscale: #494949. Windows color (decimal): -7917779 or 2961287. OLE color: 2961287.

HSL color Cylindrical-coordinate representation of color #872F2D: hue angle of 1.33º degrees, saturation: 0.5, 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 #872F2D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 45 -
CMYK 0 0.65 0.67 0.47
HSL 1.33º 0.5% 0.35% -
HSV(B) 1.33º 0.67% 0.53% -
XYZ 11.48 7.37 3.3 -
YUV 73.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 135 47 45 0 0.65 0.67 0.47 1.33 0.5 0.35
Hex 87 2F 2D 0 41 43 2F 1 32 23
Octal 207 57 55 0 101 103 57 1 62 43
Binary 10000111 101111 101101 0 1000001 1000011 101111 1 110010 100011

Color Harmonies of #872F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F2D

Black with #872F2D

Text Example


Text Example

White with #872F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,47,45); }

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

background-color css

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

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

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

border-color css

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

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

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