Html Css Color HEX #712855 Flirt

📋 copy color: '#712855'

red 113 ◦ green 40 ◦ blue 85

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

Shades of Flirt #712855

Tints of Flirt #712855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 47.48%
G = 16.81%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#712855 (or 0x712855) is known color: Flirt. HEX triplet: 71, 28 and 55. RGB value is (113,40,85). Sum of RGB (Red+Green+Blue) = 113+40+85=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #712855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712855 is #8ED7AA. Grayscale: #424242. Windows color (decimal): -9361323 or 5580913. OLE color: 5580913.

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

Color convert

RGB 113 40 85 -
CMYK 0 0.65 0.25 0.56
HSL 323.01º 0.48% 0.3% -
HSV(B) 323.01º 0.65% 0.44% -
XYZ 9.21 5.68 9.21 -
YUV 66.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 113 40 85 0 0.65 0.25 0.56 323.01 0.48 0.3
Hex 71 28 55 0 41 19 38 143 30 1E
Octal 161 50 125 0 101 31 70 503 60 36
Binary 1110001 101000 1010101 0 1000001 11001 111000 101000011 110000 11110

Color Harmonies of #712855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712855

Black with #712855

Text Example


Text Example

White with #712855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712855; }

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

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

background-color css

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

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

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

border-color css

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

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

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