Html Css Color HEX #733247 Flirt

📋 copy color: '#733247'

red 115 ◦ green 50 ◦ blue 71

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

Shades of Flirt #733247

Tints of Flirt #733247

RGB

 RED value IS 115 (45.31% from 255) = 48.73%

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

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 48.73%
G = 21.19%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#733247 (or 0x733247) is known color: Flirt. HEX triplet: 73, 32 and 47. RGB value is (115,50,71). Sum of RGB (Red+Green+Blue) = 115+50+71=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #733247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733247 is #8CCDB8. Grayscale: #474747. Windows color (decimal): -9227705 or 4665971. OLE color: 4665971.

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

Color convert

RGB 115 50 71 -
CMYK 0 0.57 0.38 0.55
HSL 340.62º 0.39% 0.32% -
HSV(B) 340.62º 0.57% 0.45% -
XYZ 9.35 6.38 6.7 -
YUV 71.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 115 50 71 0 0.57 0.38 0.55 340.62 0.39 0.32
Hex 73 32 47 0 39 26 37 155 27 20
Octal 163 62 107 0 71 46 67 525 47 40
Binary 1110011 110010 1000111 0 111001 100110 110111 101010101 100111 100000

Color Harmonies of #733247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733247

Black with #733247

Text Example


Text Example

White with #733247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733247; }

 p { color: rgb(115,50,71); }

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

background-color css

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

 a { background-color: rgb(115,50,71); }

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

border-color css

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

 span { border-color: rgb(115,50,71); }

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