#78234A

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

Shades of Flirt #78234A

Tints of Flirt #78234A

Color information

#78234A (or 0x78234A) is unknown color: approx Flirt. HEX triplet: 78, 23 and 4A. RGB value is (120,35,74). Sum of RGB (Red+Green+Blue) = 120+35+74=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78234A is #87DCB5. Grayscale: #404040. Windows color (decimal): -8903862 or 4858744. OLE color: 4858744.

HSL color Cylindrical-coordinate representation of color #78234A: hue angle of 332.47º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78234A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1203574-
CMYK00.710.380.53
HSL332.47º54.84%30.39%-
HSV(B)332.47º70.83%47.06%-
XYZ9.585.697.07-
YUV64.86133.16167.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=52.40%
G=15.28%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120357400.710.380.53332.4754.8430.39
Hex78234A047263514c371e
Octal17043112010746655146736
Binary111100010001110010100100011110011011010110100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78234A; }

 p { color: rgb(120,35,74); }

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

<style>
 a { background-color: #78234A; }

 a { background-color: rgb(120,35,74); }

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

<style>
 span { border-color: #78234A; }

 span { border-color: rgb(120,35,74); }

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