#763051

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

Shades of Flirt #763051

Tints of Flirt #763051

Color information

#763051 (or 0x763051) is unknown color: approx Flirt. HEX triplet: 76, 30 and 51. RGB value is (118,48,81). Sum of RGB (Red+Green+Blue) = 118+48+81=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #763051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763051 is #89CFAE. Grayscale: #484848. Windows color (decimal): -9031599 or 5320822. OLE color: 5320822.

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

Color convert

RGB1184881-
CMYK00.590.310.54
HSL331.71º42.17%32.55%-
HSV(B)331.71º59.32%46.27%-
XYZ10.016.568.52-
YUV72.69132.69160.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=47.77%
G=19.43%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118488100.590.310.54331.7142.1732.55
Hex76305103B1F3614c2a21
Octal1666012107337665145241
Binary11101101100001010001011101111111110110101001100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763051; }

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

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

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

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

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

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

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

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