#762350

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

Shades of Flirt #762350

Tints of Flirt #762350

Color information

#762350 (or 0x762350) is unknown color: approx Flirt. HEX triplet: 76, 23 and 50. RGB value is (118,35,80). Sum of RGB (Red+Green+Blue) = 118+35+80=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #762350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762350 is #89DCAF. Grayscale: #404040. Windows color (decimal): -9034928 or 5251958. OLE color: 5251958.

HSL color Cylindrical-coordinate representation of color #762350: hue angle of 327.47º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762350 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1183580-
CMYK00.700.320.54
HSL327.47º54.25%30%-
HSV(B)327.47º70.34%46.27%-
XYZ9.525.638.17-
YUV64.95136.5165.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=50.64%
G=15.02%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118358000.700.320.54327.4754.2530
Hex7623500462036147361e
Octal16643120010640665076636
Binary111011010001110100000100011010000011011010100011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762350; }

 p { color: rgb(118,35,80); }

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

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

 a { background-color: rgb(118,35,80); }

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

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

 span { border-color: rgb(118,35,80); }

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