Html Css Color HEX #723950 Flirt

📋 copy color: '#723950'

red 114 ◦ green 57 ◦ blue 80

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

Shades of Flirt #723950

Tints of Flirt #723950

RGB

 RED value IS 114 (44.92% from 255) = 45.42%

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

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

R = 45.42%
G = 22.71%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#723950 (or 0x723950) is known color: Flirt. HEX triplet: 72, 39 and 50. RGB value is (114,57,80). Sum of RGB (Red+Green+Blue) = 114+57+80=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #723950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723950 is #8DC6AF. Grayscale: #4C4C4C. Windows color (decimal): -9291440 or 5257586. OLE color: 5257586.

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

Color convert

RGB 114 57 80 -
CMYK 0 0.50 0.30 0.55
HSL 335.79º 0.33% 0.34% -
HSV(B) 335.79º 0.5% 0.45% -
XYZ 9.85 7.08 8.44 -
YUV 76.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 114 57 80 0 0.50 0.30 0.55 335.79 0.33 0.34
Hex 72 39 50 0 32 1E 37 150 21 22
Octal 162 71 120 0 62 36 67 520 41 42
Binary 1110010 111001 1010000 0 110010 11110 110111 101010000 100001 100010

Color Harmonies of #723950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723950

Black with #723950

Text Example


Text Example

White with #723950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723950; }

 p { color: rgb(114,57,80); }

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

background-color css

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

 a { background-color: rgb(114,57,80); }

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

border-color css

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

 span { border-color: rgb(114,57,80); }

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