#7C182B

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

Shades of Scarlett #7C182B

Tints of Scarlett #7C182B

Color information

#7C182B (or 0x7C182B) is unknown color: approx Scarlett. HEX triplet: 7C, 18 and 2B. RGB value is (124,24,43). Sum of RGB (Red+Green+Blue) = 124+24+43=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C182B is #83E7D4. Grayscale: #383838. Windows color (decimal): -8644565 or 2824316. OLE color: 2824316.

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

Color convert

RGB1242443-
CMYK00.810.650.51
HSL348.6º67.57%29.02%-
HSV(B)348.6º80.65%48.63%-
XYZ9.075.112.79-
YUV56.07120.63176.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.92%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=64.92%
G=12.57%
B=22.51%

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
Decimal124244300.810.650.51348.667.5729.02
Hex7C182B051413315d441d
Octal174305301211016353510435
Binary111110011000101011010100011000001110011101011101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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