#76234C

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

Shades of Flirt #76234C

Tints of Flirt #76234C

Color information

#76234C (or 0x76234C) is unknown color: approx Flirt. HEX triplet: 76, 23 and 4C. RGB value is (118,35,76). Sum of RGB (Red+Green+Blue) = 118+35+76=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76234C is #89DCB3. Grayscale: #404040. Windows color (decimal): -9034932 or 4989814. OLE color: 4989814.

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

Color convert

RGB1183576-
CMYK00.700.360.54
HSL330.36º54.25%30%-
HSV(B)330.36º70.34%46.27%-
XYZ9.385.587.42-
YUV64.49134.5166.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=51.53%
G=15.28%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118357600.700.360.54330.3654.2530
Hex76234C046243614a361e
Octal16643114010644665126636
Binary111011010001110011000100011010010011011010100101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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