Html Css Color HEX #712F4A Flirt

📋 copy color: '#712F4A'

red 113 ◦ green 47 ◦ blue 74

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

Shades of Flirt #712F4A

Tints of Flirt #712F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 48.29%
G = 20.09%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#712F4A (or 0x712F4A) is known color: Flirt. HEX triplet: 71, 2F and 4A. RGB value is (113,47,74). Sum of RGB (Red+Green+Blue) = 113+47+74=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F4A is #8ED0B5. Grayscale: #454545. Windows color (decimal): -9359542 or 4861809. OLE color: 4861809.

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

Color convert

RGB 113 47 74 -
CMYK 0 0.58 0.35 0.56
HSL 335.45º 0.41% 0.31% -
HSV(B) 335.45º 0.58% 0.44% -
XYZ 9.06 6.04 7.17 -
YUV 69.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 113 47 74 0 0.58 0.35 0.56 335.45 0.41 0.31
Hex 71 2F 4A 0 3A 23 38 14F 29 1F
Octal 161 57 112 0 72 43 70 517 51 37
Binary 1110001 101111 1001010 0 111010 100011 111000 101001111 101001 11111

Color Harmonies of #712F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F4A

Black with #712F4A

Text Example


Text Example

White with #712F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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