#76285A

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

Shades of Flirt #76285A

Tints of Flirt #76285A

Color information

#76285A (or 0x76285A) is unknown color: approx Flirt. HEX triplet: 76, 28 and 5A. RGB value is (118,40,90). Sum of RGB (Red+Green+Blue) = 118+40+90=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76285A is #89D7A5. Grayscale: #444444. Windows color (decimal): -9033638 or 5908598. OLE color: 5908598.

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

Color convert

RGB1184090-
CMYK00.660.240.54
HSL321.54º49.37%30.98%-
HSV(B)321.54º66.1%46.27%-
XYZ10.086.1110.32-
YUV69.02139.84162.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=47.58%
G=16.13%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118409000.660.240.54321.5449.3730.98
Hex76285A0421836142311f
Octal16650132010230665026137
Binary11101101010001011010010000101100011011010100001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76285A; }

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

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

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

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

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

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

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

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