#7C2133

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

Shades of Scarlett #7C2133

Tints of Scarlett #7C2133

Color information

#7C2133 (or 0x7C2133) is unknown color: approx Scarlett. HEX triplet: 7C, 21 and 33. RGB value is (124,33,51). Sum of RGB (Red+Green+Blue) = 124+33+51=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2133 is #83DECC. Grayscale: #3E3E3E. Windows color (decimal): -8642253 or 3350908. OLE color: 3350908.

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

Color convert

RGB1243351-
CMYK00.730.590.51
HSL348.13º57.96%30.78%-
HSV(B)348.13º73.39%48.63%-
XYZ9.455.613.72-
YUV62.26121.65172.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=59.62%
G=15.87%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124335100.730.590.51348.1357.9630.78
Hex7C21330493B3315c3a1f
Octal1744163011173635347237
Binary11111001000011100110100100111101111001110101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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