#762849

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

Shades of Flirt #762849

Tints of Flirt #762849

Color information

#762849 (or 0x762849) is unknown color: approx Flirt. HEX triplet: 76, 28 and 49. RGB value is (118,40,73). Sum of RGB (Red+Green+Blue) = 118+40+73=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #762849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762849 is #89D7B6. Grayscale: #434343. Windows color (decimal): -9033655 or 4794486. OLE color: 4794486.

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

Color convert

RGB1184073-
CMYK00.660.380.54
HSL334.62º49.37%30.98%-
HSV(B)334.62º66.1%46.27%-
XYZ9.435.856.94-
YUV67.08131.34164.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=51.08%
G=17.32%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118407300.660.380.54334.6249.3730.98
Hex762849042263614f311f
Octal16650111010246665176137
Binary111011010100010010010100001010011011011010100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762849; }

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

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

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

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

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

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

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

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