Html Css Color HEX #803231 Tall Poppy

📋 copy color: '#803231'

red 128 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #803231

Tints of Tall Poppy #803231

RGB

 RED value IS 128 (50.39% from 255) = 56.39%

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

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 56.39%
G = 22.03%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#803231 (or 0x803231) is known color: Tall Poppy. HEX triplet: 80, 32 and 31. RGB value is (128,50,49). Sum of RGB (Red+Green+Blue) = 128+50+49=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #803231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803231 is #7FCDCE. Grayscale: #494949. Windows color (decimal): -8375759 or 3224192. OLE color: 3224192.

HSL color Cylindrical-coordinate representation of color #803231: hue angle of 0.76º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803231 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 49 -
CMYK 0 0.61 0.62 0.50
HSL 0.76º 0.45% 0.35% -
HSV(B) 0.76º 0.62% 0.5% -
XYZ 10.6 7.09 3.72 -
YUV 73.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 128 50 49 0 0.61 0.62 0.50 0.76 0.45 0.35
Hex 80 32 31 0 3D 3E 32 1 2D 23
Octal 200 62 61 0 75 76 62 1 55 43
Binary 10000000 110010 110001 0 111101 111110 110010 1 101101 100011

Color Harmonies of #803231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803231

Black with #803231

Text Example


Text Example

White with #803231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803231; }

 p { color: rgb(128,50,49); }

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

background-color css

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

 a { background-color: rgb(128,50,49); }

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

border-color css

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

 span { border-color: rgb(128,50,49); }

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