Html Css Color HEX #7C1A31 Scarlett

📋 copy color: '#7C1A31'

red 124 ◦ green 26 ◦ blue 49

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

Shades of Scarlett #7C1A31

Tints of Scarlett #7C1A31

RGB

 RED value IS 124 (48.83% from 255) = 62.31%

 GREEN value IS 26 (10.55% from 255) = 13.07%

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

R = 62.31%
G = 13.07%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C1A31 (or 0x7C1A31) is known color: Scarlett. HEX triplet: 7C, 1A and 31. RGB value is (124,26,49). Sum of RGB (Red+Green+Blue) = 124+26+49=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A31 is #83E5CE. Grayscale: #393939. Windows color (decimal): -8644047 or 3218044. OLE color: 3218044.

HSL color Cylindrical-coordinate representation of color #7C1A31: hue angle of 345.92º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A31 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 26 49 -
CMYK 0 0.79 0.60 0.51
HSL 345.92º 0.65% 0.29% -
HSV(B) 345.92º 0.79% 0.49% -
XYZ 9.24 5.25 3.43 -
YUV 57.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 124 26 49 0 0.79 0.60 0.51 345.92 0.65 0.29
Hex 7C 1A 31 0 4F 3C 33 15A 41 1D
Octal 174 32 61 0 117 74 63 532 101 35
Binary 1111100 11010 110001 0 1001111 111100 110011 101011010 1000001 11101

Color Harmonies of #7C1A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A31

Black with #7C1A31

Text Example


Text Example

White with #7C1A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,49); }

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

background-color css

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

 a { background-color: rgb(124,26,49); }

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

border-color css

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

 span { border-color: rgb(124,26,49); }

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