Html Css Color HEX #712854 Flirt

📋 copy color: '#712854'

red 113 ◦ green 40 ◦ blue 84

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

Shades of Flirt #712854

Tints of Flirt #712854

RGB

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

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

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

R = 47.68%
G = 16.88%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#712854 (or 0x712854) is known color: Flirt. HEX triplet: 71, 28 and 54. RGB value is (113,40,84). Sum of RGB (Red+Green+Blue) = 113+40+84=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #712854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712854 is #8ED7AB. Grayscale: #424242. Windows color (decimal): -9361324 or 5515377. OLE color: 5515377.

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

Color convert

RGB 113 40 84 -
CMYK 0 0.65 0.26 0.56
HSL 323.84º 0.48% 0.3% -
HSV(B) 323.84º 0.65% 0.44% -
XYZ 9.17 5.67 9 -
YUV 66.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 113 40 84 0 0.65 0.26 0.56 323.84 0.48 0.3
Hex 71 28 54 0 41 1A 38 144 30 1E
Octal 161 50 124 0 101 32 70 504 60 36
Binary 1110001 101000 1010100 0 1000001 11010 111000 101000100 110000 11110

Color Harmonies of #712854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712854

Black with #712854

Text Example


Text Example

White with #712854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712854; }

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

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

background-color css

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

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

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

border-color css

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

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

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