Html Css Color HEX #7C2237 Scarlett

📋 copy color: '#7C2237'

red 124 ◦ green 34 ◦ blue 55

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

Shades of Scarlett #7C2237

Tints of Scarlett #7C2237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 58.22%
G = 15.96%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C2237 (or 0x7C2237) is known color: Scarlett. HEX triplet: 7C, 22 and 37. RGB value is (124,34,55). Sum of RGB (Red+Green+Blue) = 124+34+55=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2237 is #83DDC8. Grayscale: #3F3F3F. Windows color (decimal): -8641993 or 3613308. OLE color: 3613308.

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

Color convert

RGB 124 34 55 -
CMYK 0 0.73 0.56 0.51
HSL 346º 0.57% 0.31% -
HSV(B) 346º 0.73% 0.49% -
XYZ 9.57 5.7 4.21 -
YUV 63.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 124 34 55 0 0.73 0.56 0.51 346 0.57 0.31
Hex 7C 22 37 0 49 38 33 15A 39 1F
Octal 174 42 67 0 111 70 63 532 71 37
Binary 1111100 100010 110111 0 1001001 111000 110011 101011010 111001 11111

Color Harmonies of #7C2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2237

Black with #7C2237

Text Example


Text Example

White with #7C2237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,34,55); }

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

background-color css

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

 a { background-color: rgb(124,34,55); }

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

border-color css

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

 span { border-color: rgb(124,34,55); }

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