Html Css Color HEX #7C292E Scarlett

📋 copy color: '#7C292E'

red 124 ◦ green 41 ◦ blue 46

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

Shades of Scarlett #7C292E

Tints of Scarlett #7C292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 58.77%
G = 19.43%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C292E (or 0x7C292E) is known color: Scarlett. HEX triplet: 7C, 29 and 2E. RGB value is (124,41,46). Sum of RGB (Red+Green+Blue) = 124+41+46=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C292E is #83D6D1. Grayscale: #424242. Windows color (decimal): -8640210 or 3025276. OLE color: 3025276.

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

Color convert

RGB 124 41 46 -
CMYK 0 0.67 0.63 0.51
HSL 356.39º 0.5% 0.32% -
HSV(B) 356.39º 0.67% 0.49% -
XYZ 9.6 6.07 3.25 -
YUV 66.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 124 41 46 0 0.67 0.63 0.51 356.39 0.5 0.32
Hex 7C 29 2E 0 43 3F 33 164 32 20
Octal 174 51 56 0 103 77 63 544 62 40
Binary 1111100 101001 101110 0 1000011 111111 110011 101100100 110010 100000

Color Harmonies of #7C292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C292E

Black with #7C292E

Text Example


Text Example

White with #7C292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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