Html Css Color HEX #713052 Flirt

📋 copy color: '#713052'

red 113 ◦ green 48 ◦ blue 82

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

Shades of Flirt #713052

Tints of Flirt #713052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 46.5%
G = 19.75%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713052 (or 0x713052) is known color: Flirt. HEX triplet: 71, 30 and 52. RGB value is (113,48,82). Sum of RGB (Red+Green+Blue) = 113+48+82=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #713052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713052 is #8ECFAD. Grayscale: #474747. Windows color (decimal): -9359278 or 5386353. OLE color: 5386353.

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

Color convert

RGB 113 48 82 -
CMYK 0 0.58 0.27 0.56
HSL 328.62º 0.4% 0.32% -
HSV(B) 328.62º 0.58% 0.44% -
XYZ 9.39 6.23 8.69 -
YUV 71.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 113 48 82 0 0.58 0.27 0.56 328.62 0.4 0.32
Hex 71 30 52 0 3A 1B 38 149 28 20
Octal 161 60 122 0 72 33 70 511 50 40
Binary 1110001 110000 1010010 0 111010 11011 111000 101001001 101000 100000

Color Harmonies of #713052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713052

Black with #713052

Text Example


Text Example

White with #713052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713052; }

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

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

background-color css

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

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

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

border-color css

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

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

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