#762951

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

Shades of Flirt #762951

Tints of Flirt #762951

Color information

#762951 (or 0x762951) is unknown color: approx Flirt. HEX triplet: 76, 29 and 51. RGB value is (118,41,81). Sum of RGB (Red+Green+Blue) = 118+41+81=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #762951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762951 is #89D6AE. Grayscale: #444444. Windows color (decimal): -9033391 or 5319030. OLE color: 5319030.

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

Color convert

RGB1184181-
CMYK00.650.310.54
HSL328.83º48.43%31.18%-
HSV(B)328.83º65.25%46.27%-
XYZ9.756.038.43-
YUV68.58135.01163.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=49.17%
G=17.08%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118418100.650.310.54328.8348.4331.18
Hex7629510411F36149301f
Octal16651121010137665116037
Binary11101101010011010001010000011111111011010100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762951; }

 p { color: rgb(118,41,81); }

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

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

 a { background-color: rgb(118,41,81); }

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

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

 span { border-color: rgb(118,41,81); }

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