Html Css Color HEX #7C2849 Flirt

📋 copy color: '#7C2849'

red 124 ◦ green 40 ◦ blue 73

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

Shades of Flirt #7C2849

Tints of Flirt #7C2849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 52.32%
G = 16.88%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C2849 (or 0x7C2849) is known color: Flirt. HEX triplet: 7C, 28 and 49. RGB value is (124,40,73). Sum of RGB (Red+Green+Blue) = 124+40+73=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2849 is #83D7B6. Grayscale: #444444. Windows color (decimal): -8640439 or 4794492. OLE color: 4794492.

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

Color convert

RGB 124 40 73 -
CMYK 0 0.68 0.41 0.51
HSL 336.43º 0.51% 0.32% -
HSV(B) 336.43º 0.68% 0.49% -
XYZ 10.27 6.28 6.97 -
YUV 68.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 124 40 73 0 0.68 0.41 0.51 336.43 0.51 0.32
Hex 7C 28 49 0 44 29 33 150 33 20
Octal 174 50 111 0 104 51 63 520 63 40
Binary 1111100 101000 1001001 0 1000100 101001 110011 101010000 110011 100000

Color Harmonies of #7C2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2849

Black with #7C2849

Text Example


Text Example

White with #7C2849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,73); }

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

background-color css

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

 a { background-color: rgb(124,40,73); }

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

border-color css

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

 span { border-color: rgb(124,40,73); }

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