Html Css Color HEX #872C2B Tall Poppy

📋 copy color: '#872C2B'

red 135 ◦ green 44 ◦ blue 43

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

Shades of Tall Poppy #872C2B

Tints of Tall Poppy #872C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 60.81%
G = 19.82%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#872C2B (or 0x872C2B) is known color: Tall Poppy. HEX triplet: 87, 2C and 2B. RGB value is (135,44,43). Sum of RGB (Red+Green+Blue) = 135+44+43=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C2B is #78D3D4. Grayscale: #474747. Windows color (decimal): -7918549 or 2829447. OLE color: 2829447.

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

Color convert

RGB 135 44 43 -
CMYK 0 0.67 0.68 0.47
HSL 0.65º 0.52% 0.35% -
HSV(B) 0.65º 0.68% 0.53% -
XYZ 11.33 7.13 3.06 -
YUV 71.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 135 44 43 0 0.67 0.68 0.47 0.65 0.52 0.35
Hex 87 2C 2B 0 43 44 2F 1 34 23
Octal 207 54 53 0 103 104 57 1 64 43
Binary 10000111 101100 101011 0 1000011 1000100 101111 1 110100 100011

Color Harmonies of #872C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C2B

Black with #872C2B

Text Example


Text Example

White with #872C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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