Html Css Color HEX #712851 Flirt

📋 copy color: '#712851'

red 113 ◦ green 40 ◦ blue 81

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

Shades of Flirt #712851

Tints of Flirt #712851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 48.29%
G = 17.09%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#712851 (or 0x712851) is known color: Flirt. HEX triplet: 71, 28 and 51. RGB value is (113,40,81). Sum of RGB (Red+Green+Blue) = 113+40+81=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712851 is #8ED7AE. Grayscale: #424242. Windows color (decimal): -9361327 or 5318769. OLE color: 5318769.

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

Color convert

RGB 113 40 81 -
CMYK 0 0.65 0.28 0.56
HSL 326.3º 0.48% 0.3% -
HSV(B) 326.3º 0.65% 0.44% -
XYZ 9.05 5.62 8.39 -
YUV 66.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 113 40 81 0 0.65 0.28 0.56 326.3 0.48 0.3
Hex 71 28 51 0 41 1C 38 146 30 1E
Octal 161 50 121 0 101 34 70 506 60 36
Binary 1110001 101000 1010001 0 1000001 11100 111000 101000110 110000 11110

Color Harmonies of #712851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712851

Black with #712851

Text Example


Text Example

White with #712851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712851; }

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

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

background-color css

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

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

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

border-color css

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

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

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