Html Css Color HEX #723346 Flirt

📋 copy color: '#723346'

red 114 ◦ green 51 ◦ blue 70

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

Shades of Flirt #723346

Tints of Flirt #723346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 48.51%
G = 21.7%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#723346 (or 0x723346) is known color: Flirt. HEX triplet: 72, 33 and 46. RGB value is (114,51,70). Sum of RGB (Red+Green+Blue) = 114+51+70=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #723346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723346 is #8DCCB9. Grayscale: #474747. Windows color (decimal): -9292986 or 4600690. OLE color: 4600690.

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

Color convert

RGB 114 51 70 -
CMYK 0 0.55 0.39 0.55
HSL 341.9º 0.38% 0.32% -
HSV(B) 341.9º 0.55% 0.45% -
XYZ 9.23 6.39 6.54 -
YUV 72 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 114 51 70 0 0.55 0.39 0.55 341.9 0.38 0.32
Hex 72 33 46 0 37 27 37 156 26 20
Octal 162 63 106 0 67 47 67 526 46 40
Binary 1110010 110011 1000110 0 110111 100111 110111 101010110 100110 100000

Color Harmonies of #723346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723346

Black with #723346

Text Example


Text Example

White with #723346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723346; }

 p { color: rgb(114,51,70); }

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

background-color css

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

 a { background-color: rgb(114,51,70); }

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

border-color css

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

 span { border-color: rgb(114,51,70); }

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