Html Css Color HEX #7C3359 Flirt

📋 copy color: '#7C3359'

red 124 ◦ green 51 ◦ blue 89

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

Shades of Flirt #7C3359

Tints of Flirt #7C3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 46.97%
G = 19.32%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7C3359 (or 0x7C3359) is known color: Flirt. HEX triplet: 7C, 33 and 59. RGB value is (124,51,89). Sum of RGB (Red+Green+Blue) = 124+51+89=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3359 is #83CCA6. Grayscale: #4D4D4D. Windows color (decimal): -8637607 or 5845884. OLE color: 5845884.

HSL color Cylindrical-coordinate representation of color #7C3359: hue angle of 328.77º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3359 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 51 89 -
CMYK 0 0.59 0.28 0.51
HSL 328.77º 0.42% 0.34% -
HSV(B) 328.77º 0.59% 0.49% -
XYZ 11.3 7.37 10.28 -
YUV 77.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 124 51 89 0 0.59 0.28 0.51 328.77 0.42 0.34
Hex 7C 33 59 0 3B 1C 33 149 2A 22
Octal 174 63 131 0 73 34 63 511 52 42
Binary 1111100 110011 1011001 0 111011 11100 110011 101001001 101010 100010

Color Harmonies of #7C3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3359

Black with #7C3359

Text Example


Text Example

White with #7C3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,51,89); }

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

background-color css

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

 a { background-color: rgb(124,51,89); }

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

border-color css

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

 span { border-color: rgb(124,51,89); }

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