#76324B

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

Shades of Flirt #76324B

Tints of Flirt #76324B

Color information

#76324B (or 0x76324B) is unknown color: approx Flirt. HEX triplet: 76, 32 and 4B. RGB value is (118,50,75). Sum of RGB (Red+Green+Blue) = 118+50+75=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76324B is #89CDB4. Grayscale: #494949. Windows color (decimal): -9031093 or 4928118. OLE color: 4928118.

HSL color Cylindrical-coordinate representation of color #76324B: hue angle of 337.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76324B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1185075-
CMYK00.580.360.54
HSL337.94º40.48%32.94%-
HSV(B)337.94º57.63%46.27%-
XYZ9.886.647.42-
YUV73.18129.03159.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=48.56%
G=20.58%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118507500.580.360.54337.9440.4832.94
Hex76324B03A24361522821
Octal1666211307244665225041
Binary111011011001010010110111010100100110110101010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76324B; }

 p { color: rgb(118,50,75); }

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

<style>
 a { background-color: #76324B; }

 a { background-color: rgb(118,50,75); }

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

<style>
 span { border-color: #76324B; }

 span { border-color: rgb(118,50,75); }

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