Html Css Color HEX #7C2329 Scarlett

📋 copy color: '#7C2329'

red 124 ◦ green 35 ◦ blue 41

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

Shades of Scarlett #7C2329

Tints of Scarlett #7C2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 41 (16.41% from 255) = 20.5%

R = 62%
G = 17.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C2329 (or 0x7C2329) is known color: Scarlett. HEX triplet: 7C, 23 and 29. RGB value is (124,35,41). Sum of RGB (Red+Green+Blue) = 124+35+41=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2329 is #83DCD6. Grayscale: #3E3E3E. Windows color (decimal): -8641751 or 2696060. OLE color: 2696060.

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

Color convert

RGB 124 35 41 -
CMYK 0 0.72 0.67 0.51
HSL 355.96º 0.56% 0.31% -
HSV(B) 355.96º 0.72% 0.49% -
XYZ 9.31 5.65 2.7 -
YUV 62.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 124 35 41 0 0.72 0.67 0.51 355.96 0.56 0.31
Hex 7C 23 29 0 48 43 33 164 38 1F
Octal 174 43 51 0 110 103 63 544 70 37
Binary 1111100 100011 101001 0 1001000 1000011 110011 101100100 111000 11111

Color Harmonies of #7C2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2329

Black with #7C2329

Text Example


Text Example

White with #7C2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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