#7C2537

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

Shades of Scarlett #7C2537

Tints of Scarlett #7C2537

Color information

#7C2537 (or 0x7C2537) is unknown color: approx Scarlett. HEX triplet: 7C, 25 and 37. RGB value is (124,37,55). Sum of RGB (Red+Green+Blue) = 124+37+55=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2537 is #83DAC8. Grayscale: #414141. Windows color (decimal): -8641225 or 3614076. OLE color: 3614076.

HSL color Cylindrical-coordinate representation of color #7C2537: hue angle of 347.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2537 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1243755-
CMYK00.700.560.51
HSL347.59º54.04%31.57%-
HSV(B)347.59º70.16%48.63%-
XYZ9.665.884.24-
YUV65.06122.32170.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=57.41%
G=17.13%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124375500.700.560.51347.5954.0431.57
Hex7C2537046383315c3620
Octal1744567010670635346640
Binary111110010010111011101000110111000110011101011100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,55); }

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

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

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

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

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

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

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