#762649

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

Shades of Flirt #762649

Tints of Flirt #762649

Color information

#762649 (or 0x762649) is unknown color: approx Flirt. HEX triplet: 76, 26 and 49. RGB value is (118,38,73). Sum of RGB (Red+Green+Blue) = 118+38+73=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #762649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762649 is #89D9B6. Grayscale: #414141. Windows color (decimal): -9034167 or 4793974. OLE color: 4793974.

HSL color Cylindrical-coordinate representation of color #762649: hue angle of 333.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762649 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1183873-
CMYK00.680.380.54
HSL333.75º51.28%30.59%-
HSV(B)333.75º67.8%46.27%-
XYZ9.375.726.91-
YUV65.91132165.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=51.53%
G=16.59%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118387300.680.380.54333.7551.2830.59
Hex762649044263614e331f
Octal16646111010446665166337
Binary111011010011010010010100010010011011011010100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762649; }

 p { color: rgb(118,38,73); }

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

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

 a { background-color: rgb(118,38,73); }

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

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

 span { border-color: rgb(118,38,73); }

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