#7E172E

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

Shades of Scarlett #7E172E

Tints of Scarlett #7E172E

Color information

#7E172E (or 0x7E172E) is unknown color: approx Scarlett. HEX triplet: 7E, 17 and 2E. RGB value is (126,23,46). Sum of RGB (Red+Green+Blue) = 126+23+46=195 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.62% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 126 - color contains mainly: red. Hex color #7E172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E172E is #81E8D1. Grayscale: #383838. Windows color (decimal): -8513746 or 3020670. OLE color: 3020670.

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

Color convert

RGB1262346-
CMYK00.820.630.51
HSL346.6º69.13%29.22%-
HSV(B)346.6º81.75%49.41%-
XYZ9.45.253.1-
YUV56.42122.12177.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.62%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=64.62%
G=11.79%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126234600.820.630.51346.669.1329.22
Hex7E172E0523F3315b451d
Octal17627560122776353310535
Binary11111101011110111001010010111111110011101011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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