Html Css Color HEX #713348 Flirt

📋 copy color: '#713348'

red 113 ◦ green 51 ◦ blue 72

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

Shades of Flirt #713348

Tints of Flirt #713348

RGB

 RED value IS 113 (44.53% from 255) = 47.88%

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 47.88%
G = 21.61%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#713348 (or 0x713348) is known color: Flirt. HEX triplet: 71, 33 and 48. RGB value is (113,51,72). Sum of RGB (Red+Green+Blue) = 113+51+72=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #713348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713348 is #8ECCB7. Grayscale: #474747. Windows color (decimal): -9358520 or 4731761. OLE color: 4731761.

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

Color convert

RGB 113 51 72 -
CMYK 0 0.55 0.36 0.56
HSL 339.68º 0.38% 0.32% -
HSV(B) 339.68º 0.55% 0.44% -
XYZ 9.16 6.35 6.87 -
YUV 71.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 113 51 72 0 0.55 0.36 0.56 339.68 0.38 0.32
Hex 71 33 48 0 37 24 38 154 26 20
Octal 161 63 110 0 67 44 70 524 46 40
Binary 1110001 110011 1001000 0 110111 100100 111000 101010100 100110 100000

Color Harmonies of #713348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713348

Black with #713348

Text Example


Text Example

White with #713348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713348; }

 p { color: rgb(113,51,72); }

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

background-color css

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

 a { background-color: rgb(113,51,72); }

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

border-color css

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

 span { border-color: rgb(113,51,72); }

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