Html Css Color HEX #7E1F31 Scarlett

📋 copy color: '#7E1F31'

red 126 ◦ green 31 ◦ blue 49

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

Shades of Scarlett #7E1F31

Tints of Scarlett #7E1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 61.17%
G = 15.05%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7E1F31 (or 0x7E1F31) is known color: Scarlett. HEX triplet: 7E, 1F and 31. RGB value is (126,31,49). Sum of RGB (Red+Green+Blue) = 126+31+49=206 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.17% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F31 is #81E0CE. Grayscale: #3D3D3D. Windows color (decimal): -8511695 or 3219326. OLE color: 3219326.

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

Color convert

RGB 126 31 49 -
CMYK 0 0.75 0.61 0.51
HSL 348.63º 0.61% 0.31% -
HSV(B) 348.63º 0.75% 0.49% -
XYZ 9.65 5.64 3.49 -
YUV 61.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 126 31 49 0 0.75 0.61 0.51 348.63 0.61 0.31
Hex 7E 1F 31 0 4B 3D 33 15D 3D 1F
Octal 176 37 61 0 113 75 63 535 75 37
Binary 1111110 11111 110001 0 1001011 111101 110011 101011101 111101 11111

Color Harmonies of #7E1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1F31

Black with #7E1F31

Text Example


Text Example

White with #7E1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,31,49); }

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

background-color css

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

 a { background-color: rgb(126,31,49); }

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

border-color css

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

 span { border-color: rgb(126,31,49); }

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