Html Css Color HEX #712955 Flirt

📋 copy color: '#712955'

red 113 ◦ green 41 ◦ blue 85

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

Shades of Flirt #712955

Tints of Flirt #712955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 47.28%
G = 17.15%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#712955 (or 0x712955) is known color: Flirt. HEX triplet: 71, 29 and 55. RGB value is (113,41,85). Sum of RGB (Red+Green+Blue) = 113+41+85=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #712955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712955 is #8ED6AA. Grayscale: #434343. Windows color (decimal): -9361067 or 5581169. OLE color: 5581169.

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

Color convert

RGB 113 41 85 -
CMYK 0 0.64 0.25 0.56
HSL 323.33º 0.47% 0.3% -
HSV(B) 323.33º 0.64% 0.44% -
XYZ 9.24 5.75 9.22 -
YUV 67.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 113 41 85 0 0.64 0.25 0.56 323.33 0.47 0.3
Hex 71 29 55 0 40 19 38 143 2F 1E
Octal 161 51 125 0 100 31 70 503 57 36
Binary 1110001 101001 1010101 0 1000000 11001 111000 101000011 101111 11110

Color Harmonies of #712955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712955

Black with #712955

Text Example


Text Example

White with #712955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712955; }

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

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

background-color css

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

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

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

border-color css

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

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

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