#7E1D35

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

Shades of Scarlett #7E1D35

Tints of Scarlett #7E1D35

Color information

#7E1D35 (or 0x7E1D35) is unknown color: approx Scarlett. HEX triplet: 7E, 1D and 35. RGB value is (126,29,53). Sum of RGB (Red+Green+Blue) = 126+29+53=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D35 is #81E2CA. Grayscale: #3C3C3C. Windows color (decimal): -8512203 or 3480958. OLE color: 3480958.

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

Color convert

RGB1262953-
CMYK00.770.580.51
HSL345.15º62.58%30.39%-
HSV(B)345.15º76.98%49.41%-
XYZ9.695.573.93-
YUV60.74123.64174.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 60.58%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=60.58%
G=13.94%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126295300.770.580.51345.1562.5830.39
Hex7E1D3504D3A331593f1e
Octal1763565011572635317736
Binary1111110111011101010100110111101011001110101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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