Html Css Color HEX #712A49 Flirt

📋 copy color: '#712A49'

red 113 ◦ green 42 ◦ blue 73

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

Shades of Flirt #712A49

Tints of Flirt #712A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.42%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 49.56%
G = 18.42%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#712A49 (or 0x712A49) is known color: Flirt. HEX triplet: 71, 2A and 49. RGB value is (113,42,73). Sum of RGB (Red+Green+Blue) = 113+42+73=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A49 is #8ED5B6. Grayscale: #424242. Windows color (decimal): -9360823 or 4794993. OLE color: 4794993.

HSL color Cylindrical-coordinate representation of color #712A49: hue angle of 333.8º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A49 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 73 -
CMYK 0 0.63 0.35 0.56
HSL 333.8º 0.46% 0.3% -
HSV(B) 333.8º 0.63% 0.44% -
XYZ 8.84 5.65 6.93 -
YUV 66.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 113 42 73 0 0.63 0.35 0.56 333.8 0.46 0.3
Hex 71 2A 49 0 3F 23 38 14E 2E 1E
Octal 161 52 111 0 77 43 70 516 56 36
Binary 1110001 101010 1001001 0 111111 100011 111000 101001110 101110 11110

Color Harmonies of #712A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A49

Black with #712A49

Text Example


Text Example

White with #712A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712A49; }

 p { color: rgb(113,42,73); }

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

background-color css

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

 a { background-color: rgb(113,42,73); }

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

border-color css

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

 span { border-color: rgb(113,42,73); }

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