#74284A

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

Shades of Flirt #74284A

Tints of Flirt #74284A

Color information

#74284A (or 0x74284A) is unknown color: approx Flirt. HEX triplet: 74, 28 and 4A. RGB value is (116,40,74). Sum of RGB (Red+Green+Blue) = 116+40+74=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74284A is #8BD7B5. Grayscale: #424242. Windows color (decimal): -9164726 or 4860020. OLE color: 4860020.

HSL color Cylindrical-coordinate representation of color #74284A: hue angle of 333.16º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74284A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1164074-
CMYK00.660.360.55
HSL333.16º48.72%30.59%-
HSV(B)333.16º65.52%45.49%-
XYZ9.25.727.1-
YUV66.6132.18163.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=50.43%
G=17.39%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116407400.660.360.55333.1648.7230.59
Hex74284A042243714d311f
Octal16450112010244675156137
Binary111010010100010010100100001010010011011110100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,40,74); }

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

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

 a { background-color: rgb(116,40,74); }

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

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

 span { border-color: rgb(116,40,74); }

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