Html Css Color HEX #7E2027 Scarlett

📋 copy color: '#7E2027'

red 126 ◦ green 32 ◦ blue 39

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

Shades of Scarlett #7E2027

Tints of Scarlett #7E2027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 63.96%
G = 16.24%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7E2027 (or 0x7E2027) is known color: Scarlett. HEX triplet: 7E, 20 and 27. RGB value is (126,32,39). Sum of RGB (Red+Green+Blue) = 126+32+39=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2027 is #81DFD8. Grayscale: #3C3C3C. Windows color (decimal): -8511449 or 2564222. OLE color: 2564222.

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

Color convert

RGB 126 32 39 -
CMYK 0 0.75 0.69 0.51
HSL 355.53º 0.59% 0.31% -
HSV(B) 355.53º 0.75% 0.49% -
XYZ 9.49 5.62 2.5 -
YUV 60.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 126 32 39 0 0.75 0.69 0.51 355.53 0.59 0.31
Hex 7E 20 27 0 4B 45 33 164 3B 1F
Octal 176 40 47 0 113 105 63 544 73 37
Binary 1111110 100000 100111 0 1001011 1000101 110011 101100100 111011 11111

Color Harmonies of #7E2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2027

Black with #7E2027

Text Example


Text Example

White with #7E2027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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