#763248

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

Shades of Flirt #763248

Tints of Flirt #763248

Color information

#763248 (or 0x763248) is unknown color: approx Flirt. HEX triplet: 76, 32 and 48. RGB value is (118,50,72). Sum of RGB (Red+Green+Blue) = 118+50+72=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763248 is #89CDB7. Grayscale: #484848. Windows color (decimal): -9031096 or 4731510. OLE color: 4731510.

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

Color convert

RGB1185072-
CMYK00.580.390.54
HSL340.59º40.48%32.94%-
HSV(B)340.59º57.63%46.27%-
XYZ9.786.66.89-
YUV72.84127.53160.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 72 (28.52% from 255) = 30%
R=49.17%
G=20.83%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118507200.580.390.54340.5940.4832.94
Hex76324803A27361552821
Octal1666211007247665255041
Binary111011011001010010000111010100111110110101010101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763248; }

 p { color: rgb(118,50,72); }

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

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

 a { background-color: rgb(118,50,72); }

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

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

 span { border-color: rgb(118,50,72); }

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