Html Css Color HEX #882F2C Tall Poppy

📋 copy color: '#882F2C'

red 136 ◦ green 47 ◦ blue 44

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

Shades of Tall Poppy #882F2C

Tints of Tall Poppy #882F2C

RGB

 RED value IS 136 (53.52% from 255) = 59.91%

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

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

R = 59.91%
G = 20.7%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#882F2C (or 0x882F2C) is known color: Tall Poppy. HEX triplet: 88, 2F and 2C. RGB value is (136,47,44). Sum of RGB (Red+Green+Blue) = 136+47+44=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F2C is #77D0D3. Grayscale: #494949. Windows color (decimal): -7852244 or 2895752. OLE color: 2895752.

HSL color Cylindrical-coordinate representation of color #882F2C: hue angle of 1.96º degrees, saturation: 0.51, 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 #882F2C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 44 -
CMYK 0 0.65 0.68 0.47
HSL 1.96º 0.51% 0.35% -
HSV(B) 1.96º 0.68% 0.53% -
XYZ 11.62 7.45 3.21 -
YUV 73.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 136 47 44 0 0.65 0.68 0.47 1.96 0.51 0.35
Hex 88 2F 2C 0 41 44 2F 2 33 23
Octal 210 57 54 0 101 104 57 2 63 43
Binary 10001000 101111 101100 0 1000001 1000100 101111 10 110011 100011

Color Harmonies of #882F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F2C

Black with #882F2C

Text Example


Text Example

White with #882F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F2C; }

 p { color: rgb(136,47,44); }

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

background-color css

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

 a { background-color: rgb(136,47,44); }

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

border-color css

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

 span { border-color: rgb(136,47,44); }

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