#7C2348

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

Shades of Flirt #7C2348

Tints of Flirt #7C2348

Color information

#7C2348 (or 0x7C2348) is unknown color: approx Flirt. HEX triplet: 7C, 23 and 48. RGB value is (124,35,72). Sum of RGB (Red+Green+Blue) = 124+35+72=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2348 is #83DCB7. Grayscale: #414141. Windows color (decimal): -8641720 or 4727676. OLE color: 4727676.

HSL color Cylindrical-coordinate representation of color #7C2348: hue angle of 335.06º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2348 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1243572-
CMYK00.720.420.51
HSL335.06º55.97%31.18%-
HSV(B)335.06º71.77%48.63%-
XYZ10.085.966.75-
YUV65.83131.49169.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.68%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=53.68%
G=15.15%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124357200.720.420.51335.0655.9731.18
Hex7C23480482A3314f381f
Octal17443110011052635177037
Binary111110010001110010000100100010101011001110100111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,72); }

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

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

 a { background-color: rgb(124,35,72); }

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

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

 span { border-color: rgb(124,35,72); }

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