#762446

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

Shades of Flirt #762446

Tints of Flirt #762446

Color information

#762446 (or 0x762446) is unknown color: approx Flirt. HEX triplet: 76, 24 and 46. RGB value is (118,36,70). Sum of RGB (Red+Green+Blue) = 118+36+70=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762446 is #89DBB9. Grayscale: #404040. Windows color (decimal): -9034682 or 4596854. OLE color: 4596854.

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

Color convert

RGB1183670-
CMYK00.690.410.54
HSL335.12º53.25%30.2%-
HSV(B)335.12º69.49%46.27%-
XYZ9.215.566.38-
YUV64.39131.17166.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=52.68%
G=16.07%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118367000.690.410.54335.1253.2530.2
Hex762446045293614f351e
Octal16644106010551665176536
Binary111011010010010001100100010110100111011010100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762446; }

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

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

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

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

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

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

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

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