#78274A

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

Shades of Flirt #78274A

Tints of Flirt #78274A

Color information

#78274A (or 0x78274A) is unknown color: approx Flirt. HEX triplet: 78, 27 and 4A. RGB value is (120,39,74). Sum of RGB (Red+Green+Blue) = 120+39+74=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78274A is #87D8B5. Grayscale: #434343. Windows color (decimal): -8902838 or 4859768. OLE color: 4859768.

HSL color Cylindrical-coordinate representation of color #78274A: hue angle of 334.07º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78274A is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1203974-
CMYK00.670.380.53
HSL334.07º50.94%31.18%-
HSV(B)334.07º67.5%47.06%-
XYZ9.715.947.11-
YUV67.21131.84165.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=51.50%
G=16.74%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120397400.670.380.53334.0750.9431.18
Hex78274A043263514e331f
Octal17047112010346655166337
Binary111100010011110010100100001110011011010110100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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