#743448

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

Shades of Flirt #743448

Tints of Flirt #743448

Color information

#743448 (or 0x743448) is unknown color: approx Flirt. HEX triplet: 74, 34 and 48. RGB value is (116,52,72). Sum of RGB (Red+Green+Blue) = 116+52+72=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743448 is #8BCBB7. Grayscale: #494949. Windows color (decimal): -9161656 or 4732020. OLE color: 4732020.

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

Color convert

RGB1165272-
CMYK00.550.380.55
HSL341.25º38.1%32.94%-
HSV(B)341.25º55.17%45.49%-
XYZ9.66.646.91-
YUV73.42127.2158.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 72 (28.52% from 255) = 30%
R=48.33%
G=21.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116527200.550.380.55341.2538.132.94
Hex74344803726371552621
Octal1646411006746675254641
Binary111010011010010010000110111100110110111101010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743448; }

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

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

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

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

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

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

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

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