#76234F

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

Shades of Flirt #76234F

Tints of Flirt #76234F

Color information

#76234F (or 0x76234F) is unknown color: approx Flirt. HEX triplet: 76, 23 and 4F. RGB value is (118,35,79). Sum of RGB (Red+Green+Blue) = 118+35+79=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76234F is #89DCB0. Grayscale: #404040. Windows color (decimal): -9034929 or 5186422. OLE color: 5186422.

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

Color convert

RGB1183579-
CMYK00.700.330.54
HSL328.19º54.25%30%-
HSV(B)328.19º70.34%46.27%-
XYZ9.485.627.98-
YUV64.83136165.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=50.86%
G=15.09%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118357900.700.330.54328.1954.2530
Hex76234F0462136148361e
Octal16643117010641665106636
Binary111011010001110011110100011010000111011010100100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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