Html Css Color HEX #7F1E49 Flirt

📋 copy color: '#7F1E49'

red 127 ◦ green 30 ◦ blue 73

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

Shades of Flirt #7F1E49

Tints of Flirt #7F1E49

RGB

 RED value IS 127 (50% from 255) = 55.22%

 GREEN value IS 30 (12.11% from 255) = 13.04%

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

R = 55.22%
G = 13.04%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#7F1E49 (or 0x7F1E49) is known color: Flirt. HEX triplet: 7F, 1E and 49. RGB value is (127,30,73). Sum of RGB (Red+Green+Blue) = 127+30+73=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1E49 is #80E1B6. Grayscale: #3F3F3F. Windows color (decimal): -8446391 or 4791935. OLE color: 4791935.

HSL color Cylindrical-coordinate representation of color #7F1E49: hue angle of 333.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1E49 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 30 73 -
CMYK 0 0.76 0.43 0.50
HSL 333.4º 0.62% 0.31% -
HSV(B) 333.4º 0.76% 0.5% -
XYZ 10.42 5.92 6.9 -
YUV 63.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 127 30 73 0 0.76 0.43 0.50 333.4 0.62 0.31
Hex 7F 1E 49 0 4C 2B 32 14D 3E 1F
Octal 177 36 111 0 114 53 62 515 76 37
Binary 1111111 11110 1001001 0 1001100 101011 110010 101001101 111110 11111

Color Harmonies of #7F1E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1E49

Black with #7F1E49

Text Example


Text Example

White with #7F1E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,30,73); }

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

background-color css

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

 a { background-color: rgb(127,30,73); }

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

border-color css

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

 span { border-color: rgb(127,30,73); }

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