Html Css Color HEX #712950 Flirt

📋 copy color: '#712950'

red 113 ◦ green 41 ◦ blue 80

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

Shades of Flirt #712950

Tints of Flirt #712950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 48.29%
G = 17.52%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#712950 (or 0x712950) is known color: Flirt. HEX triplet: 71, 29 and 50. RGB value is (113,41,80). Sum of RGB (Red+Green+Blue) = 113+41+80=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712950 is #8ED6AF. Grayscale: #424242. Windows color (decimal): -9361072 or 5253489. OLE color: 5253489.

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

Color convert

RGB 113 41 80 -
CMYK 0 0.64 0.29 0.56
HSL 327.5º 0.47% 0.3% -
HSV(B) 327.5º 0.64% 0.44% -
XYZ 9.05 5.68 8.21 -
YUV 66.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 113 41 80 0 0.64 0.29 0.56 327.5 0.47 0.3
Hex 71 29 50 0 40 1D 38 148 2F 1E
Octal 161 51 120 0 100 35 70 510 57 36
Binary 1110001 101001 1010000 0 1000000 11101 111000 101001000 101111 11110

Color Harmonies of #712950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712950

Black with #712950

Text Example


Text Example

White with #712950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712950; }

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

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

background-color css

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

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

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

border-color css

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

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

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