Html Css Color HEX #7C2434 Scarlett

📋 copy color: '#7C2434'

red 124 ◦ green 36 ◦ blue 52

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

Shades of Scarlett #7C2434

Tints of Scarlett #7C2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 58.49%
G = 16.98%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7C2434 (or 0x7C2434) is known color: Scarlett. HEX triplet: 7C, 24 and 34. RGB value is (124,36,52). Sum of RGB (Red+Green+Blue) = 124+36+52=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2434 is #83DBCB. Grayscale: #404040. Windows color (decimal): -8641484 or 3417212. OLE color: 3417212.

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

Color convert

RGB 124 36 52 -
CMYK 0 0.71 0.58 0.51
HSL 349.09º 0.55% 0.31% -
HSV(B) 349.09º 0.71% 0.49% -
XYZ 9.56 5.79 3.86 -
YUV 64.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 124 36 52 0 0.71 0.58 0.51 349.09 0.55 0.31
Hex 7C 24 34 0 47 3A 33 15D 37 1F
Octal 174 44 64 0 107 72 63 535 67 37
Binary 1111100 100100 110100 0 1000111 111010 110011 101011101 110111 11111

Color Harmonies of #7C2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2434

Black with #7C2434

Text Example


Text Example

White with #7C2434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,52); }

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

background-color css

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

 a { background-color: rgb(124,36,52); }

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

border-color css

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

 span { border-color: rgb(124,36,52); }

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