Html Css Color HEX #7C1F4F Flirt

📋 copy color: '#7C1F4F'

red 124 ◦ green 31 ◦ blue 79

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

Shades of Flirt #7C1F4F

Tints of Flirt #7C1F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 52.99%
G = 13.25%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C1F4F (or 0x7C1F4F) is known color: Flirt. HEX triplet: 7C, 1F and 4F. RGB value is (124,31,79). Sum of RGB (Red+Green+Blue) = 124+31+79=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1F4F is #83E0B0. Grayscale: #404040. Windows color (decimal): -8642737 or 5185404. OLE color: 5185404.

HSL color Cylindrical-coordinate representation of color #7C1F4F: hue angle of 329.03º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C1F4F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 31 79 -
CMYK 0 0.75 0.36 0.51
HSL 329.03º 0.6% 0.3% -
HSV(B) 329.03º 0.75% 0.49% -
XYZ 10.21 5.83 7.98 -
YUV 64.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 124 31 79 0 0.75 0.36 0.51 329.03 0.6 0.3
Hex 7C 1F 4F 0 4B 24 33 149 3C 1E
Octal 174 37 117 0 113 44 63 511 74 36
Binary 1111100 11111 1001111 0 1001011 100100 110011 101001001 111100 11110

Color Harmonies of #7C1F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1F4F

Black with #7C1F4F

Text Example


Text Example

White with #7C1F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,31,79); }

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

background-color css

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

 a { background-color: rgb(124,31,79); }

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

border-color css

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

 span { border-color: rgb(124,31,79); }

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