Html Css Color HEX #712847 Flirt

📋 copy color: '#712847'

red 113 ◦ green 40 ◦ blue 71

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

Shades of Flirt #712847

Tints of Flirt #712847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 50.45%
G = 17.86%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#712847 (or 0x712847) is known color: Flirt. HEX triplet: 71, 28 and 47. RGB value is (113,40,71). Sum of RGB (Red+Green+Blue) = 113+40+71=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #712847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712847 is #8ED7B8. Grayscale: #414141. Windows color (decimal): -9361337 or 4663409. OLE color: 4663409.

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

Color convert

RGB 113 40 71 -
CMYK 0 0.65 0.37 0.56
HSL 334.52º 0.48% 0.3% -
HSV(B) 334.52º 0.65% 0.44% -
XYZ 8.71 5.48 6.56 -
YUV 65.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 113 40 71 0 0.65 0.37 0.56 334.52 0.48 0.3
Hex 71 28 47 0 41 25 38 14F 30 1E
Octal 161 50 107 0 101 45 70 517 60 36
Binary 1110001 101000 1000111 0 1000001 100101 111000 101001111 110000 11110

Color Harmonies of #712847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712847

Black with #712847

Text Example


Text Example

White with #712847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712847; }

 p { color: rgb(113,40,71); }

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

background-color css

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

 a { background-color: rgb(113,40,71); }

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

border-color css

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

 span { border-color: rgb(113,40,71); }

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