Html Css Color HEX #88312F Tall Poppy

📋 copy color: '#88312F'

red 136 ◦ green 49 ◦ blue 47

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

Shades of Tall Poppy #88312F

Tints of Tall Poppy #88312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 58.62%
G = 21.12%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88312F (or 0x88312F) is known color: Tall Poppy. HEX triplet: 88, 31 and 2F. RGB value is (136,49,47). Sum of RGB (Red+Green+Blue) = 136+49+47=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88312F is #77CED0. Grayscale: #4A4A4A. Windows color (decimal): -7851729 or 3092872. OLE color: 3092872.

HSL color Cylindrical-coordinate representation of color #88312F: hue angle of 1.35º 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 #88312F is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 47 -
CMYK 0 0.64 0.65 0.47
HSL 1.35º 0.49% 0.36% -
HSV(B) 1.35º 0.65% 0.53% -
XYZ 11.76 7.64 3.54 -
YUV 74.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 136 49 47 0 0.64 0.65 0.47 1.35 0.49 0.36
Hex 88 31 2F 0 40 41 2F 1 31 24
Octal 210 61 57 0 100 101 57 1 61 44
Binary 10001000 110001 101111 0 1000000 1000001 101111 1 110001 100100

Color Harmonies of #88312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88312F

Black with #88312F

Text Example


Text Example

White with #88312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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