#762547

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

Shades of Flirt #762547

Tints of Flirt #762547

Color information

#762547 (or 0x762547) is unknown color: approx Flirt. HEX triplet: 76, 25 and 47. RGB value is (118,37,71). Sum of RGB (Red+Green+Blue) = 118+37+71=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #762547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762547 is #89DAB8. Grayscale: #414141. Windows color (decimal): -9034425 or 4662646. OLE color: 4662646.

HSL color Cylindrical-coordinate representation of color #762547: hue angle of 334.81º 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 #762547 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1183771-
CMYK00.690.400.54
HSL334.81º52.26%30.39%-
HSV(B)334.81º68.64%46.27%-
XYZ9.275.636.56-
YUV65.09131.34165.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=52.21%
G=16.37%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118377100.690.400.54334.8152.2630.39
Hex762547045283614f341e
Octal16645107010550665176436
Binary111011010010110001110100010110100011011010100111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762547; }

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

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

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

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

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

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

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

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