#7D3A39

Color #7D3A39 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #7D3A39

Tints of Tall Poppy #7D3A39

Color information

#7D3A39 (or 0x7D3A39) is unknown color: approx Tall Poppy. HEX triplet: 7D, 3A and 39. RGB value is (125,58,57). Sum of RGB (Red+Green+Blue) = 125+58+57=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A39 is #82C5C6. Grayscale: #4D4D4D. Windows color (decimal): -8570311 or 3750525. OLE color: 3750525.

HSL color Cylindrical-coordinate representation of color #7D3A39: hue angle of 0.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3A39 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB1255857-
CMYK00.540.540.51
HSL0.88º37.36%35.69%-
HSV(B)0.88º54.4%49.02%-
XYZ10.717.684.79-
YUV77.92116.2161.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.08%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=52.08%
G=24.17%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125585700.540.540.510.8837.3635.69
Hex7D3A39036363312524
Octal1757271066666314544
Binary111110111101011100101101101101101100111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D3A39; }

 p { color: rgb(125,58,57); }

 H1.HeaderClassName
 {
   color: #7D3A39;
 }
 .AnyTagClassName
 {
   color: #7D3A39;
 }
</style>
background-color css

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

 a { background-color: rgb(125,58,57); }

 div.DivClassName
 {
   background-color: #7D3A39;
 }
 .BgClassName
 {
   background-color: #7D3A39;
 }
</style>
border-color css

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

 span { border-color: rgb(125,58,57); }

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