#74304B

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

Shades of Flirt #74304B

Tints of Flirt #74304B

Color information

#74304B (or 0x74304B) is unknown color: approx Flirt. HEX triplet: 74, 30 and 4B. RGB value is (116,48,75). Sum of RGB (Red+Green+Blue) = 116+48+75=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74304B is #8BCFB4. Grayscale: #474747. Windows color (decimal): -9162677 or 4927604. OLE color: 4927604.

HSL color Cylindrical-coordinate representation of color #74304B: hue angle of 336.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74304B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1164875-
CMYK00.590.350.55
HSL336.18º41.46%32.16%-
HSV(B)336.18º58.62%45.49%-
XYZ9.536.337.38-
YUV71.41130.03159.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=48.54%
G=20.08%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116487500.590.350.55336.1841.4632.16
Hex74304B03B23371502920
Octal1646011307343675205140
Binary111010011000010010110111011100011110111101010000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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