Html Css Color HEX #7C2931 Scarlett

📋 copy color: '#7C2931'

red 124 ◦ green 41 ◦ blue 49

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

Shades of Scarlett #7C2931

Tints of Scarlett #7C2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

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

R = 57.94%
G = 19.16%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C2931 (or 0x7C2931) is known color: Scarlett. HEX triplet: 7C, 29 and 31. RGB value is (124,41,49). Sum of RGB (Red+Green+Blue) = 124+41+49=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2931 is #83D6CE. Grayscale: #424242. Windows color (decimal): -8640207 or 3221884. OLE color: 3221884.

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

Color convert

RGB 124 41 49 -
CMYK 0 0.67 0.60 0.51
HSL 354.22º 0.5% 0.32% -
HSV(B) 354.22º 0.67% 0.49% -
XYZ 9.66 6.09 3.57 -
YUV 66.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 124 41 49 0 0.67 0.60 0.51 354.22 0.5 0.32
Hex 7C 29 31 0 43 3C 33 162 32 20
Octal 174 51 61 0 103 74 63 542 62 40
Binary 1111100 101001 110001 0 1000011 111100 110011 101100010 110010 100000

Color Harmonies of #7C2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2931

Black with #7C2931

Text Example


Text Example

White with #7C2931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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