Html Css Color HEX #80302F Tall Poppy

📋 copy color: '#80302F'

red 128 ◦ green 48 ◦ blue 47

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

Shades of Tall Poppy #80302F

Tints of Tall Poppy #80302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

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

R = 57.4%
G = 21.52%
B = 21.08%

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

#80302F (or 0x80302F) is known color: Tall Poppy. HEX triplet: 80, 30 and 2F. RGB value is (128,48,47). Sum of RGB (Red+Green+Blue) = 128+48+47=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80302F is #7FCFD0. Grayscale: #474747. Windows color (decimal): -8376273 or 3092608. OLE color: 3092608.

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

Color convert

RGB 128 48 47 -
CMYK 0 0.62 0.63 0.50
HSL 0.74º 0.46% 0.34% -
HSV(B) 0.74º 0.63% 0.5% -
XYZ 10.47 6.91 3.47 -
YUV 71.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 128 48 47 0 0.62 0.63 0.50 0.74 0.46 0.34
Hex 80 30 2F 0 3E 3F 32 1 2E 22
Octal 200 60 57 0 76 77 62 1 56 42
Binary 10000000 110000 101111 0 111110 111111 110010 1 101110 100010

Color Harmonies of #80302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80302F

Black with #80302F

Text Example


Text Example

White with #80302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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