Html Css Color HEX #713245 Flirt

📋 copy color: '#713245'

red 113 ◦ green 50 ◦ blue 69

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

Shades of Flirt #713245

Tints of Flirt #713245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 48.71%
G = 21.55%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#713245 (or 0x713245) is known color: Flirt. HEX triplet: 71, 32 and 45. RGB value is (113,50,69). Sum of RGB (Red+Green+Blue) = 113+50+69=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713245 is #8ECDBA. Grayscale: #464646. Windows color (decimal): -9358779 or 4534897. OLE color: 4534897.

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

Color convert

RGB 113 50 69 -
CMYK 0 0.56 0.39 0.56
HSL 341.9º 0.39% 0.32% -
HSV(B) 341.9º 0.56% 0.44% -
XYZ 9.02 6.22 6.36 -
YUV 71 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 113 50 69 0 0.56 0.39 0.56 341.9 0.39 0.32
Hex 71 32 45 0 38 27 38 156 27 20
Octal 161 62 105 0 70 47 70 526 47 40
Binary 1110001 110010 1000101 0 111000 100111 111000 101010110 100111 100000

Color Harmonies of #713245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713245

Black with #713245

Text Example


Text Example

White with #713245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713245; }

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

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

background-color css

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

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

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

border-color css

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

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

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