#76234E

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

Shades of Flirt #76234E

Tints of Flirt #76234E

Color information

#76234E (or 0x76234E) is unknown color: approx Flirt. HEX triplet: 76, 23 and 4E. RGB value is (118,35,78). Sum of RGB (Red+Green+Blue) = 118+35+78=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76234E is #89DCB1. Grayscale: #404040. Windows color (decimal): -9034930 or 5120886. OLE color: 5120886.

HSL color Cylindrical-coordinate representation of color #76234E: hue angle of 328.92º 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 #76234E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1183578-
CMYK00.700.340.54
HSL328.92º54.25%30%-
HSV(B)328.92º70.34%46.27%-
XYZ9.455.67.79-
YUV64.72135.5166-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=51.08%
G=15.15%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118357800.700.340.54328.9254.2530
Hex76234E0462236149361e
Octal16643116010642665116636
Binary111011010001110011100100011010001011011010100100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76234E; }

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

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

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

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

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

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

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

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