#76244D

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

Shades of Flirt #76244D

Tints of Flirt #76244D

Color information

#76244D (or 0x76244D) is unknown color: approx Flirt. HEX triplet: 76, 24 and 4D. RGB value is (118,36,77). Sum of RGB (Red+Green+Blue) = 118+36+77=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76244D is #89DBB2. Grayscale: #414141. Windows color (decimal): -9034675 or 5055606. OLE color: 5055606.

HSL color Cylindrical-coordinate representation of color #76244D: hue angle of 330º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76244D is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1183677-
CMYK00.690.350.54
HSL330º53.25%30.2%-
HSV(B)330º69.49%46.27%-
XYZ9.445.657.61-
YUV65.19134.67165.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=51.08%
G=15.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118367700.690.350.5433053.2530.2
Hex76244D045233614a351e
Octal16644115010543665126536
Binary111011010010010011010100010110001111011010100101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76244D; }

 p { color: rgb(118,36,77); }

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

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

 a { background-color: rgb(118,36,77); }

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

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

 span { border-color: rgb(118,36,77); }

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