Html Css Color HEX #713354 Flirt

📋 copy color: '#713354'

red 113 ◦ green 51 ◦ blue 84

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

Shades of Flirt #713354

Tints of Flirt #713354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 45.56%
G = 20.56%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#713354 (or 0x713354) is known color: Flirt. HEX triplet: 71, 33 and 54. RGB value is (113,51,84). Sum of RGB (Red+Green+Blue) = 113+51+84=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713354 is #8ECCAB. Grayscale: #494949. Windows color (decimal): -9358508 or 5518193. OLE color: 5518193.

HSL color Cylindrical-coordinate representation of color #713354: hue angle of 328.06º 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 #713354 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 84 -
CMYK 0 0.55 0.26 0.56
HSL 328.06º 0.38% 0.32% -
HSV(B) 328.06º 0.55% 0.44% -
XYZ 9.59 6.52 9.14 -
YUV 73.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 113 51 84 0 0.55 0.26 0.56 328.06 0.38 0.32
Hex 71 33 54 0 37 1A 38 148 26 20
Octal 161 63 124 0 67 32 70 510 46 40
Binary 1110001 110011 1010100 0 110111 11010 111000 101001000 100110 100000

Color Harmonies of #713354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713354

Black with #713354

Text Example


Text Example

White with #713354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713354; }

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

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

background-color css

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

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

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

border-color css

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

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

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