Html Css Color HEX #7C2232 Scarlett

📋 copy color: '#7C2232'

red 124 ◦ green 34 ◦ blue 50

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

Shades of Scarlett #7C2232

Tints of Scarlett #7C2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 59.62%
G = 16.35%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C2232 (or 0x7C2232) is known color: Scarlett. HEX triplet: 7C, 22 and 32. RGB value is (124,34,50). Sum of RGB (Red+Green+Blue) = 124+34+50=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2232 is #83DDCD. Grayscale: #3E3E3E. Windows color (decimal): -8641998 or 3285628. OLE color: 3285628.

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

Color convert

RGB 124 34 50 -
CMYK 0 0.73 0.60 0.51
HSL 349.33º 0.57% 0.31% -
HSV(B) 349.33º 0.73% 0.49% -
XYZ 9.46 5.66 3.61 -
YUV 62.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 124 34 50 0 0.73 0.60 0.51 349.33 0.57 0.31
Hex 7C 22 32 0 49 3C 33 15D 39 1F
Octal 174 42 62 0 111 74 63 535 71 37
Binary 1111100 100010 110010 0 1001001 111100 110011 101011101 111001 11111

Color Harmonies of #7C2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2232

Black with #7C2232

Text Example


Text Example

White with #7C2232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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