#7E1835

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

Shades of Scarlett #7E1835

Tints of Scarlett #7E1835

Color information

#7E1835 (or 0x7E1835) is unknown color: approx Scarlett. HEX triplet: 7E, 18 and 35. RGB value is (126,24,53). Sum of RGB (Red+Green+Blue) = 126+24+53=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1835 is #81E7CA. Grayscale: #393939. Windows color (decimal): -8513483 or 3479678. OLE color: 3479678.

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

Color convert

RGB1262453-
CMYK00.810.580.51
HSL342.94º68%29.41%-
HSV(B)342.94º80.95%49.41%-
XYZ9.575.353.9-
YUV57.8125.29176.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 62.07%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=62.07%
G=11.82%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126245300.810.580.51342.946829.41
Hex7E18350513A33157441d
Octal17630650121726352710435
Binary11111101100011010101010001111010110011101010111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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