#7C3851

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

Shades of Flirt #7C3851

Tints of Flirt #7C3851

Color information

#7C3851 (or 0x7C3851) is unknown color: approx Flirt. HEX triplet: 7C, 38 and 51. RGB value is (124,56,81). Sum of RGB (Red+Green+Blue) = 124+56+81=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3851 is #83C7AE. Grayscale: #4F4F4F. Windows color (decimal): -8636335 or 5322876. OLE color: 5322876.

HSL color Cylindrical-coordinate representation of color #7C3851: hue angle of 337.94º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C3851 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1245681-
CMYK00.550.350.51
HSL337.94º37.78%35.29%-
HSV(B)337.94º54.84%48.63%-
XYZ11.217.718.68-
YUV79.18129.03159.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=47.51%
G=21.46%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124568100.550.350.51337.9437.7835.29
Hex7C385103723331522623
Octal1747012106743635224643
Binary111110011100010100010110111100011110011101010010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3851; }

 p { color: rgb(124,56,81); }

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

<style>
 a { background-color: #7C3851; }

 a { background-color: rgb(124,56,81); }

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

<style>
 span { border-color: #7C3851; }

 span { border-color: rgb(124,56,81); }

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