Html Css Color HEX #713145 Flirt

📋 copy color: '#713145'

red 113 ◦ green 49 ◦ blue 69

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

Shades of Flirt #713145

Tints of Flirt #713145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 48.92%
G = 21.21%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#713145 (or 0x713145) is known color: Flirt. HEX triplet: 71, 31 and 45. RGB value is (113,49,69). Sum of RGB (Red+Green+Blue) = 113+49+69=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713145 is #8ECEBA. Grayscale: #464646. Windows color (decimal): -9359035 or 4534641. OLE color: 4534641.

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

Color convert

RGB 113 49 69 -
CMYK 0 0.57 0.39 0.56
HSL 341.25º 0.4% 0.32% -
HSV(B) 341.25º 0.57% 0.44% -
XYZ 8.98 6.14 6.34 -
YUV 70.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 113 49 69 0 0.57 0.39 0.56 341.25 0.4 0.32
Hex 71 31 45 0 39 27 38 155 28 20
Octal 161 61 105 0 71 47 70 525 50 40
Binary 1110001 110001 1000101 0 111001 100111 111000 101010101 101000 100000

Color Harmonies of #713145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713145

Black with #713145

Text Example


Text Example

White with #713145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713145; }

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

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

background-color css

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

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

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

border-color css

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

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

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