Html Css Color HEX #713146 Flirt

📋 copy color: '#713146'

red 113 ◦ green 49 ◦ blue 70

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

Shades of Flirt #713146

Tints of Flirt #713146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 48.71%
G = 21.12%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#713146 (or 0x713146) is known color: Flirt. HEX triplet: 71, 31 and 46. RGB value is (113,49,70). Sum of RGB (Red+Green+Blue) = 113+49+70=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713146 is #8ECEB9. Grayscale: #464646. Windows color (decimal): -9359034 or 4600177. OLE color: 4600177.

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

Color convert

RGB 113 49 70 -
CMYK 0 0.57 0.38 0.56
HSL 340.31º 0.4% 0.32% -
HSV(B) 340.31º 0.57% 0.44% -
XYZ 9.01 6.15 6.51 -
YUV 70.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 113 49 70 0 0.57 0.38 0.56 340.31 0.4 0.32
Hex 71 31 46 0 39 26 38 154 28 20
Octal 161 61 106 0 71 46 70 524 50 40
Binary 1110001 110001 1000110 0 111001 100110 111000 101010100 101000 100000

Color Harmonies of #713146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713146

Black with #713146

Text Example


Text Example

White with #713146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713146; }

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

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

background-color css

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

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

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

border-color css

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

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

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