#76314D

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

Shades of Flirt #76314D

Tints of Flirt #76314D

Color information

#76314D (or 0x76314D) is unknown color: approx Flirt. HEX triplet: 76, 31 and 4D. RGB value is (118,49,77). Sum of RGB (Red+Green+Blue) = 118+49+77=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76314D is #89CEB2. Grayscale: #484848. Windows color (decimal): -9031347 or 5058934. OLE color: 5058934.

HSL color Cylindrical-coordinate representation of color #76314D: hue angle of 335.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76314D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1184977-
CMYK00.580.350.54
HSL335.65º41.32%32.75%-
HSV(B)335.65º58.47%46.27%-
XYZ9.916.587.77-
YUV72.82130.36160.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=48.36%
G=20.08%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118497700.580.350.54335.6541.3232.75
Hex76314D03A23361502921
Octal1666111507243665205141
Binary111011011000110011010111010100011110110101010000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76314D; }

 p { color: rgb(118,49,77); }

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

<style>
 a { background-color: #76314D; }

 a { background-color: rgb(118,49,77); }

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

<style>
 span { border-color: #76314D; }

 span { border-color: rgb(118,49,77); }

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