Html Css Color HEX #743250 Flirt

📋 copy color: '#743250'

red 116 ◦ green 50 ◦ blue 80

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

Shades of Flirt #743250

Tints of Flirt #743250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 47.15%
G = 20.33%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#743250 (or 0x743250) is known color: Flirt. HEX triplet: 74, 32 and 50. RGB value is (116,50,80). Sum of RGB (Red+Green+Blue) = 116+50+80=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #743250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743250 is #8BCDAF. Grayscale: #494949. Windows color (decimal): -9162160 or 5255796. OLE color: 5255796.

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

Color convert

RGB 116 50 80 -
CMYK 0 0.57 0.31 0.55
HSL 332.73º 0.4% 0.33% -
HSV(B) 332.73º 0.57% 0.45% -
XYZ 9.79 6.57 8.34 -
YUV 73.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 116 50 80 0 0.57 0.31 0.55 332.73 0.4 0.33
Hex 74 32 50 0 39 1F 37 14D 28 21
Octal 164 62 120 0 71 37 67 515 50 41
Binary 1110100 110010 1010000 0 111001 11111 110111 101001101 101000 100001

Color Harmonies of #743250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743250

Black with #743250

Text Example


Text Example

White with #743250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743250; }

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

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

background-color css

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

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

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

border-color css

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

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

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