#7C2536

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

Shades of Scarlett #7C2536

Tints of Scarlett #7C2536

Color information

#7C2536 (or 0x7C2536) is unknown color: approx Scarlett. HEX triplet: 7C, 25 and 36. RGB value is (124,37,54). Sum of RGB (Red+Green+Blue) = 124+37+54=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2536 is #83DAC9. Grayscale: #404040. Windows color (decimal): -8641226 or 3548540. OLE color: 3548540.

HSL color Cylindrical-coordinate representation of color #7C2536: hue angle of 348.28º 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 #7C2536 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1243754-
CMYK00.700.560.51
HSL348.28º54.04%31.57%-
HSV(B)348.28º70.16%48.63%-
XYZ9.645.874.12-
YUV64.95121.82170.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=57.67%
G=17.21%
B=25.12%

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
Decimal124375400.700.560.51348.2854.0431.57
Hex7C2536046383315c3620
Octal1744566010670635346640
Binary111110010010111011001000110111000110011101011100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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