Html Css Color HEX #7C2C53 Flirt

📋 copy color: '#7C2C53'

red 124 ◦ green 44 ◦ blue 83

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

Shades of Flirt #7C2C53

Tints of Flirt #7C2C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 49.4%
G = 17.53%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C2C53 (or 0x7C2C53) is known color: Flirt. HEX triplet: 7C, 2C and 53. RGB value is (124,44,83). Sum of RGB (Red+Green+Blue) = 124+44+83=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C53 is #83D3AC. Grayscale: #484848. Windows color (decimal): -8639405 or 5450876. OLE color: 5450876.

HSL color Cylindrical-coordinate representation of color #7C2C53: hue angle of 330.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C53 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 44 83 -
CMYK 0 0.65 0.33 0.51
HSL 330.75º 0.48% 0.33% -
HSV(B) 330.75º 0.65% 0.49% -
XYZ 10.77 6.71 8.91 -
YUV 72.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 124 44 83 0 0.65 0.33 0.51 330.75 0.48 0.33
Hex 7C 2C 53 0 41 21 33 14B 30 21
Octal 174 54 123 0 101 41 63 513 60 41
Binary 1111100 101100 1010011 0 1000001 100001 110011 101001011 110000 100001

Color Harmonies of #7C2C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C53

Black with #7C2C53

Text Example


Text Example

White with #7C2C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,44,83); }

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

background-color css

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

 a { background-color: rgb(124,44,83); }

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

border-color css

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

 span { border-color: rgb(124,44,83); }

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