Html Css Color HEX #80312F Tall Poppy

📋 copy color: '#80312F'

red 128 ◦ green 49 ◦ blue 47

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

Shades of Tall Poppy #80312F

Tints of Tall Poppy #80312F

RGB

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

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

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

R = 57.14%
G = 21.88%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80312F (or 0x80312F) is known color: Tall Poppy. HEX triplet: 80, 31 and 2F. RGB value is (128,49,47). Sum of RGB (Red+Green+Blue) = 128+49+47=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80312F is #7FCED0. Grayscale: #484848. Windows color (decimal): -8376017 or 3092864. OLE color: 3092864.

HSL color Cylindrical-coordinate representation of color #80312F: hue angle of 1.48º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80312F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 47 -
CMYK 0 0.62 0.63 0.50
HSL 1.48º 0.46% 0.34% -
HSV(B) 1.48º 0.63% 0.5% -
XYZ 10.51 6.99 3.48 -
YUV 72.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 128 49 47 0 0.62 0.63 0.50 1.48 0.46 0.34
Hex 80 31 2F 0 3E 3F 32 1 2E 22
Octal 200 61 57 0 76 77 62 1 56 42
Binary 10000000 110001 101111 0 111110 111111 110010 1 101110 100010

Color Harmonies of #80312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80312F

Black with #80312F

Text Example


Text Example

White with #80312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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