Html Css Color HEX #713454 Flirt

📋 copy color: '#713454'

red 113 ◦ green 52 ◦ blue 84

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

Shades of Flirt #713454

Tints of Flirt #713454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 45.38%
G = 20.88%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#713454 (or 0x713454) is known color: Flirt. HEX triplet: 71, 34 and 54. RGB value is (113,52,84). Sum of RGB (Red+Green+Blue) = 113+52+84=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #713454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713454 is #8ECBAB. Grayscale: #494949. Windows color (decimal): -9358252 or 5518449. OLE color: 5518449.

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

Color convert

RGB 113 52 84 -
CMYK 0 0.54 0.26 0.56
HSL 328.52º 0.37% 0.32% -
HSV(B) 328.52º 0.54% 0.44% -
XYZ 9.64 6.61 9.15 -
YUV 73.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 113 52 84 0 0.54 0.26 0.56 328.52 0.37 0.32
Hex 71 34 54 0 36 1A 38 149 25 20
Octal 161 64 124 0 66 32 70 511 45 40
Binary 1110001 110100 1010100 0 110110 11010 111000 101001001 100101 100000

Color Harmonies of #713454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713454

Black with #713454

Text Example


Text Example

White with #713454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713454; }

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

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

background-color css

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

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

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

border-color css

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

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

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