Html Css Color HEX #712846 Flirt

📋 copy color: '#712846'

red 113 ◦ green 40 ◦ blue 70

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

Shades of Flirt #712846

Tints of Flirt #712846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 50.67%
G = 17.94%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#712846 (or 0x712846) is known color: Flirt. HEX triplet: 71, 28 and 46. RGB value is (113,40,70). Sum of RGB (Red+Green+Blue) = 113+40+70=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712846 is #8ED7B9. Grayscale: #414141. Windows color (decimal): -9361338 or 4597873. OLE color: 4597873.

HSL color Cylindrical-coordinate representation of color #712846: hue angle of 335.34º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712846 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 70 -
CMYK 0 0.65 0.38 0.56
HSL 335.34º 0.48% 0.3% -
HSV(B) 335.34º 0.65% 0.44% -
XYZ 8.67 5.47 6.39 -
YUV 65.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 113 40 70 0 0.65 0.38 0.56 335.34 0.48 0.3
Hex 71 28 46 0 41 26 38 14F 30 1E
Octal 161 50 106 0 101 46 70 517 60 36
Binary 1110001 101000 1000110 0 1000001 100110 111000 101001111 110000 11110

Color Harmonies of #712846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712846

Black with #712846

Text Example


Text Example

White with #712846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712846; }

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

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

background-color css

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

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

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

border-color css

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

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

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