Html Css Color HEX #7C2134 Scarlett

📋 copy color: '#7C2134'

red 124 ◦ green 33 ◦ blue 52

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

Shades of Scarlett #7C2134

Tints of Scarlett #7C2134

RGB

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

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

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

R = 59.33%
G = 15.79%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7C2134 (or 0x7C2134) is known color: Scarlett. HEX triplet: 7C, 21 and 34. RGB value is (124,33,52). Sum of RGB (Red+Green+Blue) = 124+33+52=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2134 is #83DECB. Grayscale: #3E3E3E. Windows color (decimal): -8642252 or 3416444. OLE color: 3416444.

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

Color convert

RGB 124 33 52 -
CMYK 0 0.73 0.58 0.51
HSL 347.47º 0.58% 0.31% -
HSV(B) 347.47º 0.73% 0.49% -
XYZ 9.48 5.62 3.83 -
YUV 62.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 124 33 52 0 0.73 0.58 0.51 347.47 0.58 0.31
Hex 7C 21 34 0 49 3A 33 15B 3A 1F
Octal 174 41 64 0 111 72 63 533 72 37
Binary 1111100 100001 110100 0 1001001 111010 110011 101011011 111010 11111

Color Harmonies of #7C2134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2134

Black with #7C2134

Text Example


Text Example

White with #7C2134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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