#7E152F

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

Shades of Scarlett #7E152F

Tints of Scarlett #7E152F

Color information

#7E152F (or 0x7E152F) is unknown color: approx Scarlett. HEX triplet: 7E, 15 and 2F. RGB value is (126,21,47). Sum of RGB (Red+Green+Blue) = 126+21+47=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E152F is #81EAD0. Grayscale: #373737. Windows color (decimal): -8514257 or 3085694. OLE color: 3085694.

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

Color convert

RGB1262147-
CMYK00.830.630.51
HSL345.14º71.43%28.82%-
HSV(B)345.14º83.33%49.41%-
XYZ9.395.183.19-
YUV55.36123.29178.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=64.95%
G=10.82%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126214700.830.630.51345.1471.4328.82
Hex7E152F0533F33159471d
Octal17625570123776353110735
Binary11111101010110111101010011111111110011101011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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