#76254F

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

Shades of Flirt #76254F

Tints of Flirt #76254F

Color information

#76254F (or 0x76254F) is unknown color: approx Flirt. HEX triplet: 76, 25 and 4F. RGB value is (118,37,79). Sum of RGB (Red+Green+Blue) = 118+37+79=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76254F is #89DAB0. Grayscale: #414141. Windows color (decimal): -9034417 or 5186934. OLE color: 5186934.

HSL color Cylindrical-coordinate representation of color #76254F: hue angle of 328.89º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76254F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1183779-
CMYK00.690.330.54
HSL328.89º52.26%30.39%-
HSV(B)328.89º68.64%46.27%-
XYZ9.545.748-
YUV66.01135.34165.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=50.43%
G=15.81%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118377900.690.330.54328.8952.2630.39
Hex76254F0452136149341e
Octal16645117010541665116436
Binary111011010010110011110100010110000111011010100100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76254F; }

 p { color: rgb(118,37,79); }

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

<style>
 a { background-color: #76254F; }

 a { background-color: rgb(118,37,79); }

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

<style>
 span { border-color: #76254F; }

 span { border-color: rgb(118,37,79); }

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