Html Css Color HEX #88322F Tall Poppy

📋 copy color: '#88322F'

red 136 ◦ green 50 ◦ blue 47

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

Shades of Tall Poppy #88322F

Tints of Tall Poppy #88322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 58.37%
G = 21.46%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88322F (or 0x88322F) is known color: Tall Poppy. HEX triplet: 88, 32 and 2F. RGB value is (136,50,47). Sum of RGB (Red+Green+Blue) = 136+50+47=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88322F is #77CDD0. Grayscale: #4B4B4B. Windows color (decimal): -7851473 or 3093128. OLE color: 3093128.

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

Color convert

RGB 136 50 47 -
CMYK 0 0.63 0.65 0.47
HSL 2.02º 0.49% 0.36% -
HSV(B) 2.02º 0.65% 0.53% -
XYZ 11.81 7.72 3.56 -
YUV 75.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 136 50 47 0 0.63 0.65 0.47 2.02 0.49 0.36
Hex 88 32 2F 0 3F 41 2F 2 31 24
Octal 210 62 57 0 77 101 57 2 61 44
Binary 10001000 110010 101111 0 111111 1000001 101111 10 110001 100100

Color Harmonies of #88322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88322F

Black with #88322F

Text Example


Text Example

White with #88322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88322F; }

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

 H1.HeaderClassName
 {
   color: #88322F;
 }
 .AnyTagClassName
 {
   color: #88322F;
 }
</style>

background-color css

<style>
 a { background-color: #88322F; }

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

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

border-color css

<style>
 span { border-color: #88322F; }

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

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