Html Css Color HEX #803131 Tall Poppy

📋 copy color: '#803131'

red 128 ◦ green 49 ◦ blue 49

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

Shades of Tall Poppy #803131

Tints of Tall Poppy #803131

RGB

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

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

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

R = 56.64%
G = 21.68%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#803131 (or 0x803131) is known color: Tall Poppy. HEX triplet: 80, 31 and 31. RGB value is (128,49,49). Sum of RGB (Red+Green+Blue) = 128+49+49=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #803131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803131 is #7FCECE. Grayscale: #484848. Windows color (decimal): -8376015 or 3223936. OLE color: 3223936.

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

Color convert

RGB 128 49 49 -
CMYK 0 0.62 0.62 0.50
HSL 0.45% 0.35% -
HSV(B) 0.62% 0.5% -
XYZ 10.55 7.01 3.7 -
YUV 72.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 128 49 49 0 0.62 0.62 0.50 0 0.45 0.35
Hex 80 31 31 0 3E 3E 32 0 2D 23
Octal 200 61 61 0 76 76 62 0 55 43
Binary 10000000 110001 110001 0 111110 111110 110010 0 101101 100011

Color Harmonies of #803131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803131

Black with #803131

Text Example


Text Example

White with #803131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803131; }

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

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

background-color css

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

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

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

border-color css

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

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

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