Html Css Color HEX #743952 Flirt

📋 copy color: '#743952'

red 116 ◦ green 57 ◦ blue 82

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

Shades of Flirt #743952

Tints of Flirt #743952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 82 (32.42% from 255) = 32.16%

R = 45.49%
G = 22.35%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#743952 (or 0x743952) is known color: Flirt. HEX triplet: 74, 39 and 52. RGB value is (116,57,82). Sum of RGB (Red+Green+Blue) = 116+57+82=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #743952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743952 is #8BC6AD. Grayscale: #4D4D4D. Windows color (decimal): -9160366 or 5388660. OLE color: 5388660.

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

Color convert

RGB 116 57 82 -
CMYK 0 0.51 0.29 0.55
HSL 334.58º 0.34% 0.34% -
HSV(B) 334.58º 0.51% 0.45% -
XYZ 10.19 7.25 8.84 -
YUV 77.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 116 57 82 0 0.51 0.29 0.55 334.58 0.34 0.34
Hex 74 39 52 0 33 1D 37 14F 22 22
Octal 164 71 122 0 63 35 67 517 42 42
Binary 1110100 111001 1010010 0 110011 11101 110111 101001111 100010 100010

Color Harmonies of #743952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743952

Black with #743952

Text Example


Text Example

White with #743952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743952; }

 p { color: rgb(116,57,82); }

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

background-color css

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

 a { background-color: rgb(116,57,82); }

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

border-color css

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

 span { border-color: rgb(116,57,82); }

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