Html Css Color HEX #712946 Flirt

📋 copy color: '#712946'

red 113 ◦ green 41 ◦ blue 70

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

Shades of Flirt #712946

Tints of Flirt #712946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 50.45%
G = 18.3%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#712946 (or 0x712946) is known color: Flirt. HEX triplet: 71, 29 and 46. RGB value is (113,41,70). Sum of RGB (Red+Green+Blue) = 113+41+70=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #712946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712946 is #8ED6B9. Grayscale: #414141. Windows color (decimal): -9361082 or 4598129. OLE color: 4598129.

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

Color convert

RGB 113 41 70 -
CMYK 0 0.64 0.38 0.56
HSL 335.83º 0.47% 0.3% -
HSV(B) 335.83º 0.64% 0.44% -
XYZ 8.71 5.54 6.4 -
YUV 65.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 113 41 70 0 0.64 0.38 0.56 335.83 0.47 0.3
Hex 71 29 46 0 40 26 38 150 2F 1E
Octal 161 51 106 0 100 46 70 520 57 36
Binary 1110001 101001 1000110 0 1000000 100110 111000 101010000 101111 11110

Color Harmonies of #712946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712946

Black with #712946

Text Example


Text Example

White with #712946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712946; }

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

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

background-color css

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

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

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

border-color css

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

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

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