Html Css Color HEX #713853 Flirt

📋 copy color: '#713853'

red 113 ◦ green 56 ◦ blue 83

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

Shades of Flirt #713853

Tints of Flirt #713853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.22%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 44.84%
G = 22.22%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713853 (or 0x713853) is known color: Flirt. HEX triplet: 71, 38 and 53. RGB value is (113,56,83). Sum of RGB (Red+Green+Blue) = 113+56+83=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713853 is #8EC7AC. Grayscale: #4C4C4C. Windows color (decimal): -9357229 or 5453937. OLE color: 5453937.

HSL color Cylindrical-coordinate representation of color #713853: hue angle of 331.58º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713853 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 83 -
CMYK 0 0.50 0.27 0.56
HSL 331.58º 0.34% 0.33% -
HSV(B) 331.58º 0.5% 0.44% -
XYZ 9.79 6.96 9.01 -
YUV 76.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 113 56 83 0 0.50 0.27 0.56 331.58 0.34 0.33
Hex 71 38 53 0 32 1B 38 14C 22 21
Octal 161 70 123 0 62 33 70 514 42 41
Binary 1110001 111000 1010011 0 110010 11011 111000 101001100 100010 100001

Color Harmonies of #713853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713853

Black with #713853

Text Example


Text Example

White with #713853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713853; }

 p { color: rgb(113,56,83); }

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

background-color css

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

 a { background-color: rgb(113,56,83); }

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

border-color css

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

 span { border-color: rgb(113,56,83); }

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