#74284B

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

Shades of Flirt #74284B

Tints of Flirt #74284B

Color information

#74284B (or 0x74284B) is unknown color: approx Flirt. HEX triplet: 74, 28 and 4B. RGB value is (116,40,75). Sum of RGB (Red+Green+Blue) = 116+40+75=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74284B is #8BD7B4. Grayscale: #424242. Windows color (decimal): -9164725 or 4925556. OLE color: 4925556.

HSL color Cylindrical-coordinate representation of color #74284B: hue angle of 332.37º 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 #74284B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1164075-
CMYK00.660.350.55
HSL332.37º48.72%30.59%-
HSV(B)332.37º65.52%45.49%-
XYZ9.235.747.28-
YUV66.71132.68163.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=50.22%
G=17.32%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116407500.660.350.55332.3748.7230.59
Hex74284B042233714c311f
Octal16450113010243675146137
Binary111010010100010010110100001010001111011110100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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