Html Css Color HEX #7E2136 Scarlett

📋 copy color: '#7E2136'

red 126 ◦ green 33 ◦ blue 54

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

Shades of Scarlett #7E2136

Tints of Scarlett #7E2136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 59.15%
G = 15.49%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7E2136 (or 0x7E2136) is known color: Scarlett. HEX triplet: 7E, 21 and 36. RGB value is (126,33,54). Sum of RGB (Red+Green+Blue) = 126+33+54=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2136 is #81DEC9. Grayscale: #3F3F3F. Windows color (decimal): -8511178 or 3547518. OLE color: 3547518.

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

Color convert

RGB 126 33 54 -
CMYK 0 0.74 0.57 0.51
HSL 346.45º 0.58% 0.31% -
HSV(B) 346.45º 0.74% 0.49% -
XYZ 9.81 5.79 4.09 -
YUV 63.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 126 33 54 0 0.74 0.57 0.51 346.45 0.58 0.31
Hex 7E 21 36 0 4A 39 33 15A 3A 1F
Octal 176 41 66 0 112 71 63 532 72 37
Binary 1111110 100001 110110 0 1001010 111001 110011 101011010 111010 11111

Color Harmonies of #7E2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2136

Black with #7E2136

Text Example


Text Example

White with #7E2136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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