Html Css Color HEX #712F4D Flirt

📋 copy color: '#712F4D'

red 113 ◦ green 47 ◦ blue 77

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

Shades of Flirt #712F4D

Tints of Flirt #712F4D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.83%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 47.68%
G = 19.83%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#712F4D (or 0x712F4D) is known color: Flirt. HEX triplet: 71, 2F and 4D. RGB value is (113,47,77). Sum of RGB (Red+Green+Blue) = 113+47+77=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #712F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F4D is #8ED0B2. Grayscale: #464646. Windows color (decimal): -9359539 or 5058417. OLE color: 5058417.

HSL color Cylindrical-coordinate representation of color #712F4D: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F4D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 77 -
CMYK 0 0.58 0.32 0.56
HSL 332.73º 0.41% 0.31% -
HSV(B) 332.73º 0.58% 0.44% -
XYZ 9.17 6.08 7.71 -
YUV 70.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 113 47 77 0 0.58 0.32 0.56 332.73 0.41 0.31
Hex 71 2F 4D 0 3A 20 38 14D 29 1F
Octal 161 57 115 0 72 40 70 515 51 37
Binary 1110001 101111 1001101 0 111010 100000 111000 101001101 101001 11111

Color Harmonies of #712F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F4D

Black with #712F4D

Text Example


Text Example

White with #712F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,47,77); }

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

background-color css

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

 a { background-color: rgb(113,47,77); }

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

border-color css

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

 span { border-color: rgb(113,47,77); }

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