Html Css Color HEX #7E2036 Scarlett

📋 copy color: '#7E2036'

red 126 ◦ green 32 ◦ blue 54

#7E2036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #7E2036

Tints of Scarlett #7E2036

RGB

 RED value IS 126 (49.61% from 255) = 59.43%

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 59.43%
G = 15.09%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7E2036 (or 0x7E2036) is known color: Scarlett. HEX triplet: 7E, 20 and 36. RGB value is (126,32,54). Sum of RGB (Red+Green+Blue) = 126+32+54=212 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.43% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2036 is #81DFC9. Grayscale: #3E3E3E. Windows color (decimal): -8511434 or 3547262. OLE color: 3547262.

HSL color Cylindrical-coordinate representation of color #7E2036: hue angle of 345.96º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2036 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 32 54 -
CMYK 0 0.75 0.57 0.51
HSL 345.96º 0.59% 0.31% -
HSV(B) 345.96º 0.75% 0.49% -
XYZ 9.79 5.73 4.08 -
YUV 62.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 126 32 54 0 0.75 0.57 0.51 345.96 0.59 0.31
Hex 7E 20 36 0 4B 39 33 15A 3B 1F
Octal 176 40 66 0 113 71 63 532 73 37
Binary 1111110 100000 110110 0 1001011 111001 110011 101011010 111011 11111

Color Harmonies of #7E2036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2036

Black with #7E2036

Text Example


Text Example

White with #7E2036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,32,54); }

 H1.HeaderClassName
 {
   color: #7E2036;
 }
 .AnyTagClassName
 {
   color: #7E2036;
 }
</style>

background-color css

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

 a { background-color: rgb(126,32,54); }

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

border-color css

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

 span { border-color: rgb(126,32,54); }

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