Html Css Color HEX #7E2039 Scarlett

📋 copy color: '#7E2039'

red 126 ◦ green 32 ◦ blue 57

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

Shades of Scarlett #7E2039

Tints of Scarlett #7E2039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.51%

R = 58.6%
G = 14.88%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E2039 (or 0x7E2039) is known color: Scarlett. HEX triplet: 7E, 20 and 39. RGB value is (126,32,57). Sum of RGB (Red+Green+Blue) = 126+32+57=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2039 is #81DFC6. Grayscale: #3E3E3E. Windows color (decimal): -8511431 or 3743870. OLE color: 3743870.

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

Color convert

RGB 126 32 57 -
CMYK 0 0.75 0.55 0.51
HSL 344.04º 0.59% 0.31% -
HSV(B) 344.04º 0.75% 0.49% -
XYZ 9.86 5.76 4.46 -
YUV 62.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 126 32 57 0 0.75 0.55 0.51 344.04 0.59 0.31
Hex 7E 20 39 0 4B 37 33 158 3B 1F
Octal 176 40 71 0 113 67 63 530 73 37
Binary 1111110 100000 111001 0 1001011 110111 110011 101011000 111011 11111

Color Harmonies of #7E2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2039

Black with #7E2039

Text Example


Text Example

White with #7E2039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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