#76294F

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

Shades of Flirt #76294F

Tints of Flirt #76294F

Color information

#76294F (or 0x76294F) is unknown color: approx Flirt. HEX triplet: 76, 29 and 4F. RGB value is (118,41,79). Sum of RGB (Red+Green+Blue) = 118+41+79=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76294F is #89D6B0. Grayscale: #444444. Windows color (decimal): -9033393 or 5187958. OLE color: 5187958.

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

Color convert

RGB1184179-
CMYK00.650.330.54
HSL330.39º48.43%31.18%-
HSV(B)330.39º65.25%46.27%-
XYZ9.6868.05-
YUV68.35134.01163.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=49.58%
G=17.23%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118417900.650.330.54330.3948.4331.18
Hex76294F041213614a301f
Octal16651117010141665126037
Binary111011010100110011110100000110000111011010100101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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