Html Css Color HEX #7C2136 Scarlett

📋 copy color: '#7C2136'

red 124 ◦ green 33 ◦ blue 54

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

Shades of Scarlett #7C2136

Tints of Scarlett #7C2136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 58.77%
G = 15.64%
B = 25.59%

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

#7C2136 (or 0x7C2136) is known color: Scarlett. HEX triplet: 7C, 21 and 36. RGB value is (124,33,54). Sum of RGB (Red+Green+Blue) = 124+33+54=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2136 is #83DEC9. Grayscale: #3E3E3E. Windows color (decimal): -8642250 or 3547516. OLE color: 3547516.

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

Color convert

RGB 124 33 54 -
CMYK 0 0.73 0.56 0.51
HSL 346.15º 0.58% 0.31% -
HSV(B) 346.15º 0.73% 0.49% -
XYZ 9.52 5.64 4.08 -
YUV 62.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 124 33 54 0 0.73 0.56 0.51 346.15 0.58 0.31
Hex 7C 21 36 0 49 38 33 15A 3A 1F
Octal 174 41 66 0 111 70 63 532 72 37
Binary 1111100 100001 110110 0 1001001 111000 110011 101011010 111010 11111

Color Harmonies of #7C2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2136

Black with #7C2136

Text Example


Text Example

White with #7C2136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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