#78244B

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

Shades of Flirt #78244B

Tints of Flirt #78244B

Color information

#78244B (or 0x78244B) is unknown color: approx Flirt. HEX triplet: 78, 24 and 4B. RGB value is (120,36,75). Sum of RGB (Red+Green+Blue) = 120+36+75=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78244B is #87DBB4. Grayscale: #414141. Windows color (decimal): -8903605 or 4924536. OLE color: 4924536.

HSL color Cylindrical-coordinate representation of color #78244B: hue angle of 332.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78244B is Cyan = 0, Magento = 0.7, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1203675-
CMYK00.70.370.53
HSL332.14º53.85%30.59%-
HSV(B)332.14º70%47.06%-
XYZ9.655.767.26-
YUV65.56133.33166.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=51.95%
G=15.58%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120367500.70.370.53332.1453.8530.59
Hex78244B046253514c361f
Octal17044113010645655146637
Binary111100010010010010110100011010010111010110100110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,36,75); }

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

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

 a { background-color: rgb(120,36,75); }

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

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

 span { border-color: rgb(120,36,75); }

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