#7D3631

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

Shades of Tall Poppy #7D3631

Tints of Tall Poppy #7D3631

Color information

#7D3631 (or 0x7D3631) is unknown color: approx Tall Poppy. HEX triplet: 7D, 36 and 31. RGB value is (125,54,49). Sum of RGB (Red+Green+Blue) = 125+54+49=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3631 is #82C9CE. Grayscale: #4A4A4A. Windows color (decimal): -8571343 or 3225213. OLE color: 3225213.

HSL color Cylindrical-coordinate representation of color #7D3631: hue angle of 3.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3631 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB1255449-
CMYK00.570.610.51
HSL3.95º43.68%34.12%-
HSV(B)3.95º60.8%49.02%-
XYZ10.337.223.75-
YUV74.66113.52163.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=54.82%
G=23.68%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125544900.570.610.513.9543.6834.12
Hex7D36310393D3342c22
Octal1756661071756345442
Binary11111011101101100010111001111101110011100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,54,49); }

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

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

 a { background-color: rgb(125,54,49); }

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

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

 span { border-color: rgb(125,54,49); }

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