#7C1E35

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

Shades of Scarlett #7C1E35

Tints of Scarlett #7C1E35

Color information

#7C1E35 (or 0x7C1E35) is unknown color: approx Scarlett. HEX triplet: 7C, 1E and 35. RGB value is (124,30,53). Sum of RGB (Red+Green+Blue) = 124+30+53=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1E35 is #83E1CA. Grayscale: #3C3C3C. Windows color (decimal): -8643019 or 3481212. OLE color: 3481212.

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

Color convert

RGB1243053-
CMYK00.760.570.51
HSL345.32º61.04%30.2%-
HSV(B)345.32º75.81%48.63%-
XYZ9.425.473.93-
YUV60.73123.64173.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=59.90%
G=14.49%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124305300.760.570.51345.3261.0430.2
Hex7C1E3504C39331593d1e
Octal1743665011471635317536
Binary1111100111101101010100110011100111001110101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,30,53); }

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

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

 a { background-color: rgb(124,30,53); }

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

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

 span { border-color: rgb(124,30,53); }

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