#713045

Color #713045 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #713045

Tints of Flirt #713045

Color information

#713045 (or 0x713045) is unknown color: approx Flirt. HEX triplet: 71, 30 and 45. RGB value is (113,48,69). Sum of RGB (Red+Green+Blue) = 113+48+69=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713045 is #8ECFBA. Grayscale: #454545. Windows color (decimal): -9359291 or 4534385. OLE color: 4534385.

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

Color convert

RGB1134869-
CMYK00.580.390.56
HSL340.62º40.37%31.57%-
HSV(B)340.62º57.52%44.31%-
XYZ8.946.056.33-
YUV69.83127.53158.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 69 (27.34% from 255) = 30%
R=49.13%
G=20.87%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113486900.580.390.56340.6240.3731.57
Hex71304503A27381552820
Octal1616010507247705255040
Binary111000111000010001010111010100111111000101010101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713045; }

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

 H1.HeaderClassName
 {
   color: #713045;
 }
 .AnyTagClassName
 {
   color: #713045;
 }
</style>
background-color css

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

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

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

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

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

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