#762A53

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

Shades of Flirt #762A53

Tints of Flirt #762A53

Color information

#762A53 (or 0x762A53) is unknown color: approx Flirt. HEX triplet: 76, 2A and 53. RGB value is (118,42,83). Sum of RGB (Red+Green+Blue) = 118+42+83=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #762A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A53 is #89D5AC. Grayscale: #454545. Windows color (decimal): -9033133 or 5450358. OLE color: 5450358.

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

Color convert

RGB1184283-
CMYK00.640.300.54
HSL327.63º47.5%31.37%-
HSV(B)327.63º64.41%46.27%-
XYZ9.866.138.85-
YUV69.4135.68162.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=48.56%
G=17.28%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118428300.640.300.54327.6347.531.37
Hex762A530401E36148301f
Octal16652123010036665106037
Binary11101101010101010011010000001111011011010100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A53; }

 p { color: rgb(118,42,83); }

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

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

 a { background-color: rgb(118,42,83); }

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

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

 span { border-color: rgb(118,42,83); }

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