Html Css Color HEX #803A36 Tall Poppy

📋 copy color: '#803A36'

red 128 ◦ green 58 ◦ blue 54

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

Shades of Tall Poppy #803A36

Tints of Tall Poppy #803A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

 BLUE value IS 54 (21.48% from 255) = 22.5%

R = 53.33%
G = 24.17%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#803A36 (or 0x803A36) is known color: Tall Poppy. HEX triplet: 80, 3A and 36. RGB value is (128,58,54). Sum of RGB (Red+Green+Blue) = 128+58+54=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #803A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A36 is #7FC5C9. Grayscale: #4E4E4E. Windows color (decimal): -8373706 or 3553920. OLE color: 3553920.

HSL color Cylindrical-coordinate representation of color #803A36: hue angle of 3.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803A36 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 58 54 -
CMYK 0 0.55 0.58 0.50
HSL 3.24º 0.41% 0.36% -
HSV(B) 3.24º 0.58% 0.5% -
XYZ 11.08 7.88 4.43 -
YUV 78.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 128 58 54 0 0.55 0.58 0.50 3.24 0.41 0.36
Hex 80 3A 36 0 37 3A 32 3 29 24
Octal 200 72 66 0 67 72 62 3 51 44
Binary 10000000 111010 110110 0 110111 111010 110010 11 101001 100100

Color Harmonies of #803A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803A36

Black with #803A36

Text Example


Text Example

White with #803A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803A36; }

 p { color: rgb(128,58,54); }

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

background-color css

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

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

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

border-color css

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

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

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