#7D3938

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

Shades of Tall Poppy #7D3938

Tints of Tall Poppy #7D3938

Color information

#7D3938 (or 0x7D3938) is unknown color: approx Tall Poppy. HEX triplet: 7D, 39 and 38. RGB value is (125,57,56). Sum of RGB (Red+Green+Blue) = 125+57+56=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3938 is #82C6C7. Grayscale: #4D4D4D. Windows color (decimal): -8570568 or 3684733. OLE color: 3684733.

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

Color convert

RGB1255756-
CMYK00.540.550.51
HSL0.87º38.12%35.49%-
HSV(B)0.87º55.2%49.02%-
XYZ10.637.574.64-
YUV77.22116.03162.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.52%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=52.52%
G=23.95%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125575600.540.550.510.8738.1235.49
Hex7D3938036373312623
Octal1757170066676314643
Binary111110111100111100001101101101111100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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