#7C182C

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

Shades of Scarlett #7C182C

Tints of Scarlett #7C182C

Color information

#7C182C (or 0x7C182C) is unknown color: approx Scarlett. HEX triplet: 7C, 18 and 2C. RGB value is (124,24,44). Sum of RGB (Red+Green+Blue) = 124+24+44=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C182C is #83E7D3. Grayscale: #383838. Windows color (decimal): -8644564 or 2889852. OLE color: 2889852.

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

Color convert

RGB1242444-
CMYK00.810.650.51
HSL348º67.57%29.02%-
HSV(B)348º80.65%48.63%-
XYZ9.095.122.89-
YUV56.18121.13176.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=64.58%
G=12.5%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124244400.810.650.5134867.5729.02
Hex7C182C051413315c441d
Octal174305401211016353410435
Binary111110011000101100010100011000001110011101011100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,24,44); }

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

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

 a { background-color: rgb(124,24,44); }

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

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

 span { border-color: rgb(124,24,44); }

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