#7E182F

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

Shades of Scarlett #7E182F

Tints of Scarlett #7E182F

Color information

#7E182F (or 0x7E182F) is unknown color: approx Scarlett. HEX triplet: 7E, 18 and 2F. RGB value is (126,24,47). Sum of RGB (Red+Green+Blue) = 126+24+47=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E182F is #81E7D0. Grayscale: #393939. Windows color (decimal): -8513489 or 3086462. OLE color: 3086462.

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

Color convert

RGB1262447-
CMYK00.810.630.51
HSL346.47º68%29.41%-
HSV(B)346.47º80.95%49.41%-
XYZ9.445.293.21-
YUV57.12122.29177.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.96%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=63.96%
G=12.18%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126244700.810.630.51346.476829.41
Hex7E182F0513F3315a441d
Octal17630570121776353210435
Binary11111101100010111101010001111111110011101011010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,47); }

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

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

 a { background-color: rgb(126,24,47); }

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

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

 span { border-color: rgb(126,24,47); }

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