#743450

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

Shades of Flirt #743450

Tints of Flirt #743450

Color information

#743450 (or 0x743450) is unknown color: approx Flirt. HEX triplet: 74, 34 and 50. RGB value is (116,52,80). Sum of RGB (Red+Green+Blue) = 116+52+80=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #743450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743450 is #8BCBAF. Grayscale: #4A4A4A. Windows color (decimal): -9161648 or 5256308. OLE color: 5256308.

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

Color convert

RGB1165280-
CMYK00.550.310.55
HSL333.75º38.1%32.94%-
HSV(B)333.75º55.17%45.49%-
XYZ9.886.758.37-
YUV74.33131.2157.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=46.77%
G=20.97%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116528000.550.310.55333.7538.132.94
Hex7434500371F3714e2621
Octal1646412006737675164641
Binary11101001101001010000011011111111110111101001110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743450; }

 p { color: rgb(116,52,80); }

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

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

 a { background-color: rgb(116,52,80); }

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

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

 span { border-color: rgb(116,52,80); }

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