#7C2F27

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

Shades of Lusty #7C2F27

Tints of Lusty #7C2F27

Color information

#7C2F27 (or 0x7C2F27) is unknown color: approx Lusty. HEX triplet: 7C, 2F and 27. RGB value is (124,47,39). Sum of RGB (Red+Green+Blue) = 124+47+39=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2F27 is #83D0D8. Grayscale: #454545. Windows color (decimal): -8638681 or 2568060. OLE color: 2568060.

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

Color convert

RGB1244739-
CMYK00.620.690.51
HSL5.65º52.15%31.96%-
HSV(B)5.65º68.55%48.63%-
XYZ9.696.462.66-
YUV69.11111.01167.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=59.05%
G=22.38%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124473900.620.690.515.6552.1531.96
Hex7C2F2703E453363420
Octal17457470761056366440
Binary111110010111110011101111101000101110011110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,47,39); }

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

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

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

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

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

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

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