#7E172C

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

Shades of Scarlett #7E172C

Tints of Scarlett #7E172C

Color information

#7E172C (or 0x7E172C) is unknown color: approx Scarlett. HEX triplet: 7E, 17 and 2C. RGB value is (126,23,44). Sum of RGB (Red+Green+Blue) = 126+23+44=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E172C is #81E8D3. Grayscale: #383838. Windows color (decimal): -8513748 or 2889598. OLE color: 2889598.

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

Color convert

RGB1262344-
CMYK00.820.650.51
HSL347.77º69.13%29.22%-
HSV(B)347.77º81.75%49.41%-
XYZ9.375.232.9-
YUV56.19121.12177.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 65.28%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=65.28%
G=11.92%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126234400.820.650.51347.7769.1329.22
Hex7E172C052413315c451d
Octal176275401221016353410535
Binary111111010111101100010100101000001110011101011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,23,44); }

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

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

 a { background-color: rgb(126,23,44); }

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

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

 span { border-color: rgb(126,23,44); }

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