Html Css Color HEX #803431 Tall Poppy

📋 copy color: '#803431'

red 128 ◦ green 52 ◦ blue 49

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

Shades of Tall Poppy #803431

Tints of Tall Poppy #803431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

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

R = 55.9%
G = 22.71%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#803431 (or 0x803431) is known color: Tall Poppy. HEX triplet: 80, 34 and 31. RGB value is (128,52,49). Sum of RGB (Red+Green+Blue) = 128+52+49=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803431 is #7FCBCE. Grayscale: #4A4A4A. Windows color (decimal): -8375247 or 3224704. OLE color: 3224704.

HSL color Cylindrical-coordinate representation of color #803431: hue angle of 2.28º 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 #803431 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 49 -
CMYK 0 0.59 0.62 0.50
HSL 2.28º 0.45% 0.35% -
HSV(B) 2.28º 0.62% 0.5% -
XYZ 10.68 7.27 3.75 -
YUV 74.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 128 52 49 0 0.59 0.62 0.50 2.28 0.45 0.35
Hex 80 34 31 0 3B 3E 32 2 2D 23
Octal 200 64 61 0 73 76 62 2 55 43
Binary 10000000 110100 110001 0 111011 111110 110010 10 101101 100011

Color Harmonies of #803431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803431

Black with #803431

Text Example


Text Example

White with #803431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803431; }

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

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

background-color css

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

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

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

border-color css

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

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

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