#7C2134

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

Shades of Scarlett #7C2134

Tints of Scarlett #7C2134

Color information

#7C2134 (or 0x7C2134) is unknown color: approx Scarlett. HEX triplet: 7C, 21 and 34. RGB value is (124,33,52). Sum of RGB (Red+Green+Blue) = 124+33+52=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2134 is #83DECB. Grayscale: #3E3E3E. Windows color (decimal): -8642252 or 3416444. OLE color: 3416444.

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

Color convert

RGB1243352-
CMYK00.730.580.51
HSL347.47º57.96%30.78%-
HSV(B)347.47º73.39%48.63%-
XYZ9.485.623.83-
YUV62.38122.15171.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=59.33%
G=15.79%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124335200.730.580.51347.4757.9630.78
Hex7C21340493A3315b3a1f
Octal1744164011172635337237
Binary11111001000011101000100100111101011001110101101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,33,52); }

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

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

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

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

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

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

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