Html Css Color HEX #712F4C Flirt

📋 copy color: '#712F4C'

red 113 ◦ green 47 ◦ blue 76

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

Shades of Flirt #712F4C

Tints of Flirt #712F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 47.88%
G = 19.92%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#712F4C (or 0x712F4C) is known color: Flirt. HEX triplet: 71, 2F and 4C. RGB value is (113,47,76). Sum of RGB (Red+Green+Blue) = 113+47+76=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F4C is #8ED0B3. Grayscale: #454545. Windows color (decimal): -9359540 or 4992881. OLE color: 4992881.

HSL color Cylindrical-coordinate representation of color #712F4C: hue angle of 333.64º 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 #712F4C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 76 -
CMYK 0 0.58 0.33 0.56
HSL 333.64º 0.41% 0.31% -
HSV(B) 333.64º 0.58% 0.44% -
XYZ 9.13 6.07 7.53 -
YUV 70.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 113 47 76 0 0.58 0.33 0.56 333.64 0.41 0.31
Hex 71 2F 4C 0 3A 21 38 14E 29 1F
Octal 161 57 114 0 72 41 70 516 51 37
Binary 1110001 101111 1001100 0 111010 100001 111000 101001110 101001 11111

Color Harmonies of #712F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F4C

Black with #712F4C

Text Example


Text Example

White with #712F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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