#7C292E

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

Shades of Scarlett #7C292E

Tints of Scarlett #7C292E

Color information

#7C292E (or 0x7C292E) is unknown color: approx Scarlett. HEX triplet: 7C, 29 and 2E. RGB value is (124,41,46). Sum of RGB (Red+Green+Blue) = 124+41+46=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C292E is #83D6D1. Grayscale: #424242. Windows color (decimal): -8640210 or 3025276. OLE color: 3025276.

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

Color convert

RGB1244146-
CMYK00.670.630.51
HSL356.39º50.3%32.35%-
HSV(B)356.39º66.94%48.63%-
XYZ9.66.073.25-
YUV66.39116.5169.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.77%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=58.77%
G=19.43%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124414600.670.630.51356.3950.332.35
Hex7C292E0433F331643220
Octal1745156010377635446240
Binary111110010100110111001000011111111110011101100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,41,46); }

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

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

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

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

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

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

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