#762851

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

Shades of Flirt #762851

Tints of Flirt #762851

Color information

#762851 (or 0x762851) is unknown color: approx Flirt. HEX triplet: 76, 28 and 51. RGB value is (118,40,81). Sum of RGB (Red+Green+Blue) = 118+40+81=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #762851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762851 is #89D7AE. Grayscale: #434343. Windows color (decimal): -9033647 or 5318774. OLE color: 5318774.

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

Color convert

RGB1184081-
CMYK00.660.310.54
HSL328.46º49.37%30.98%-
HSV(B)328.46º66.1%46.27%-
XYZ9.725.968.42-
YUV68135.34163.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=49.37%
G=16.74%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118408100.660.310.54328.4649.3730.98
Hex7628510421F36148311f
Octal16650121010237665106137
Binary11101101010001010001010000101111111011010100100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762851; }

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

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

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

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

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

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

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

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