Html Css Color HEX #743048 Flirt

📋 copy color: '#743048'

red 116 ◦ green 48 ◦ blue 72

#743048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #743048

Tints of Flirt #743048

RGB

 RED value IS 116 (45.7% from 255) = 49.15%

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 49.15%
G = 20.34%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#743048 (or 0x743048) is known color: Flirt. HEX triplet: 74, 30 and 48. RGB value is (116,48,72). Sum of RGB (Red+Green+Blue) = 116+48+72=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #743048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743048 is #8BCFB7. Grayscale: #474747. Windows color (decimal): -9162680 or 4730996. OLE color: 4730996.

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

Color convert

RGB 116 48 72 -
CMYK 0 0.59 0.38 0.55
HSL 338.82º 0.41% 0.32% -
HSV(B) 338.82º 0.59% 0.45% -
XYZ 9.43 6.29 6.85 -
YUV 71.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 116 48 72 0 0.59 0.38 0.55 338.82 0.41 0.32
Hex 74 30 48 0 3B 26 37 153 29 20
Octal 164 60 110 0 73 46 67 523 51 40
Binary 1110100 110000 1001000 0 111011 100110 110111 101010011 101001 100000

Color Harmonies of #743048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743048

Black with #743048

Text Example


Text Example

White with #743048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743048; }

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

 H1.HeaderClassName
 {
   color: #743048;
 }
 .AnyTagClassName
 {
   color: #743048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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