Html Css Color HEX #743051 Flirt

📋 copy color: '#743051'

red 116 ◦ green 48 ◦ blue 81

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

Shades of Flirt #743051

Tints of Flirt #743051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 47.35%
G = 19.59%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#743051 (or 0x743051) is known color: Flirt. HEX triplet: 74, 30 and 51. RGB value is (116,48,81). Sum of RGB (Red+Green+Blue) = 116+48+81=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #743051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743051 is #8BCFAE. Grayscale: #484848. Windows color (decimal): -9162671 or 5320820. OLE color: 5320820.

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

Color convert

RGB 116 48 81 -
CMYK 0 0.59 0.30 0.55
HSL 330.88º 0.41% 0.32% -
HSV(B) 330.88º 0.59% 0.45% -
XYZ 9.74 6.42 8.51 -
YUV 72.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 116 48 81 0 0.59 0.30 0.55 330.88 0.41 0.32
Hex 74 30 51 0 3B 1E 37 14B 29 20
Octal 164 60 121 0 73 36 67 513 51 40
Binary 1110100 110000 1010001 0 111011 11110 110111 101001011 101001 100000

Color Harmonies of #743051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743051

Black with #743051

Text Example


Text Example

White with #743051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743051; }

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

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

background-color css

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

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

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

border-color css

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

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

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