Html Css Color HEX #882E2D Tall Poppy

📋 copy color: '#882E2D'

red 136 ◦ green 46 ◦ blue 45

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

Shades of Tall Poppy #882E2D

Tints of Tall Poppy #882E2D

RGB

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

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

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

R = 59.91%
G = 20.26%
B = 19.82%

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

#882E2D (or 0x882E2D) is known color: Tall Poppy. HEX triplet: 88, 2E and 2D. RGB value is (136,46,45). Sum of RGB (Red+Green+Blue) = 136+46+45=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E2D is #77D1D2. Grayscale: #484848. Windows color (decimal): -7852499 or 2961032. OLE color: 2961032.

HSL color Cylindrical-coordinate representation of color #882E2D: hue angle of 0.66º 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 #882E2D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 45 -
CMYK 0 0.66 0.67 0.47
HSL 0.66º 0.5% 0.35% -
HSV(B) 0.66º 0.67% 0.53% -
XYZ 11.6 7.38 3.3 -
YUV 72.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 136 46 45 0 0.66 0.67 0.47 0.66 0.5 0.35
Hex 88 2E 2D 0 42 43 2F 1 32 23
Octal 210 56 55 0 102 103 57 1 62 43
Binary 10001000 101110 101101 0 1000010 1000011 101111 1 110010 100011

Color Harmonies of #882E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E2D

Black with #882E2D

Text Example


Text Example

White with #882E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,46,45); }

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

background-color css

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

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

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

border-color css

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

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

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