#7C3333

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

Shades of Tall Poppy #7C3333

Tints of Tall Poppy #7C3333

Color information

#7C3333 (or 0x7C3333) is unknown color: approx Tall Poppy. HEX triplet: 7C, 33 and 33. RGB value is (124,51,51). Sum of RGB (Red+Green+Blue) = 124+51+51=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3333 is #83CCCC. Grayscale: #484848. Windows color (decimal): -8637645 or 3355516. OLE color: 3355516.

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

Color convert

RGB1245151-
CMYK00.590.590.51
HSL41.71%34.31%-
HSV(B)58.87%48.63%-
XYZ10.096.893.93-
YUV72.83115.68164.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.87%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=54.87%
G=22.57%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124515100.590.590.51041.7134.31
Hex7C333303B3B3302a22
Octal1746363073736305242
Binary111110011001111001101110111110111100110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,51); }

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

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

 a { background-color: rgb(124,51,51); }

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

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

 span { border-color: rgb(124,51,51); }

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