#762444

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

Shades of Flirt #762444

Tints of Flirt #762444

Color information

#762444 (or 0x762444) is unknown color: approx Flirt. HEX triplet: 76, 24 and 44. RGB value is (118,36,68). Sum of RGB (Red+Green+Blue) = 118+36+68=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762444 is #89DBBB. Grayscale: #404040. Windows color (decimal): -9034684 or 4465782. OLE color: 4465782.

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

Color convert

RGB1183668-
CMYK00.690.420.54
HSL336.59º53.25%30.2%-
HSV(B)336.59º69.49%46.27%-
XYZ9.155.536.05-
YUV64.17130.17166.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=53.15%
G=16.22%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118366800.690.420.54336.5953.2530.2
Hex7624440452A36151351e
Octal16644104010552665216536
Binary111011010010010001000100010110101011011010101000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762444; }

 p { color: rgb(118,36,68); }

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

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

 a { background-color: rgb(118,36,68); }

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

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

 span { border-color: rgb(118,36,68); }

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