Html Css Color HEX #7C2131 Scarlett

📋 copy color: '#7C2131'

red 124 ◦ green 33 ◦ blue 49

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

Shades of Scarlett #7C2131

Tints of Scarlett #7C2131

RGB

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

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

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

R = 60.19%
G = 16.02%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C2131 (or 0x7C2131) is known color: Scarlett. HEX triplet: 7C, 21 and 31. RGB value is (124,33,49). Sum of RGB (Red+Green+Blue) = 124+33+49=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2131 is #83DECE. Grayscale: #3E3E3E. Windows color (decimal): -8642255 or 3219836. OLE color: 3219836.

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

Color convert

RGB 124 33 49 -
CMYK 0 0.73 0.60 0.51
HSL 349.45º 0.58% 0.31% -
HSV(B) 349.45º 0.73% 0.49% -
XYZ 9.41 5.59 3.49 -
YUV 62.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 124 33 49 0 0.73 0.60 0.51 349.45 0.58 0.31
Hex 7C 21 31 0 49 3C 33 15D 3A 1F
Octal 174 41 61 0 111 74 63 535 72 37
Binary 1111100 100001 110001 0 1001001 111100 110011 101011101 111010 11111

Color Harmonies of #7C2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2131

Black with #7C2131

Text Example


Text Example

White with #7C2131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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