Html Css Color HEX #713046 Flirt

📋 copy color: '#713046'

red 113 ◦ green 48 ◦ blue 70

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

Shades of Flirt #713046

Tints of Flirt #713046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 48.92%
G = 20.78%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#713046 (or 0x713046) is known color: Flirt. HEX triplet: 71, 30 and 46. RGB value is (113,48,70). Sum of RGB (Red+Green+Blue) = 113+48+70=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713046 is #8ECFB9. Grayscale: #454545. Windows color (decimal): -9359290 or 4599921. OLE color: 4599921.

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

Color convert

RGB 113 48 70 -
CMYK 0 0.58 0.38 0.56
HSL 339.69º 0.4% 0.32% -
HSV(B) 339.69º 0.58% 0.44% -
XYZ 8.97 6.07 6.49 -
YUV 69.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 113 48 70 0 0.58 0.38 0.56 339.69 0.4 0.32
Hex 71 30 46 0 3A 26 38 154 28 20
Octal 161 60 106 0 72 46 70 524 50 40
Binary 1110001 110000 1000110 0 111010 100110 111000 101010100 101000 100000

Color Harmonies of #713046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713046

Black with #713046

Text Example


Text Example

White with #713046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713046; }

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

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

background-color css

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

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

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

border-color css

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

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

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