#7F194C

Color #7F194C Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7F194C

Tints of Flirt #7F194C

Color information

#7F194C (or 0x7F194C) is unknown color: approx Flirt. HEX triplet: 7F, 19 and 4C. RGB value is (127,25,76). Sum of RGB (Red+Green+Blue) = 127+25+76=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F194C is #80E6B3. Grayscale: #3D3D3D. Windows color (decimal): -8447668 or 4987263. OLE color: 4987263.

HSL color Cylindrical-coordinate representation of color #7F194C: hue angle of 330º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F194C is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1272576-
CMYK00.800.400.50
HSL330º67.11%29.8%-
HSV(B)330º80.31%49.8%-
XYZ10.45.737.39-
YUV61.31136.29174.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=55.70%
G=10.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127257600.800.400.5033067.1129.8
Hex7F194C050283214a431e
Octal177311140120506251210336
Binary111111111001100110001010000101000110010101001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,25,76); }

 H1.HeaderClassName
 {
   color: #7F194C;
 }
 .AnyTagClassName
 {
   color: #7F194C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,25,76); }

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

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

 span { border-color: rgb(127,25,76); }

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