#7C1D28

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

Shades of Scarlett #7C1D28

Tints of Scarlett #7C1D28

Color information

#7C1D28 (or 0x7C1D28) is unknown color: approx Scarlett. HEX triplet: 7C, 1D and 28. RGB value is (124,29,40). Sum of RGB (Red+Green+Blue) = 124+29+40=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1D28 is #83E2D7. Grayscale: #3A3A3A. Windows color (decimal): -8643288 or 2628988. OLE color: 2628988.

HSL color Cylindrical-coordinate representation of color #7C1D28: hue angle of 353.05º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1D28 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1242940-
CMYK00.770.680.51
HSL353.05º62.09%30%-
HSV(B)353.05º76.61%48.63%-
XYZ9.135.322.55-
YUV58.66117.47174.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.25%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=64.25%
G=15.03%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124294000.770.680.51353.0562.0930
Hex7C1D2804D44331613e1e
Octal17435500115104635417636
Binary11111001110110100001001101100010011001110110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,40); }

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

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

 a { background-color: rgb(124,29,40); }

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

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

 span { border-color: rgb(124,29,40); }

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