#71384E

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

Shades of Flirt #71384E

Tints of Flirt #71384E

Color information

#71384E (or 0x71384E) is unknown color: approx Flirt. HEX triplet: 71, 38 and 4E. RGB value is (113,56,78). Sum of RGB (Red+Green+Blue) = 113+56+78=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71384E is #8EC7B1. Grayscale: #4B4B4B. Windows color (decimal): -9357234 or 5126257. OLE color: 5126257.

HSL color Cylindrical-coordinate representation of color #71384E: hue angle of 336.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71384E is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1135678-
CMYK00.500.310.56
HSL336.84º33.73%33.14%-
HSV(B)336.84º50.44%44.31%-
XYZ9.66.898.03-
YUV75.55129.38154.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=45.75%
G=22.67%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113567800.500.310.56336.8433.7333.14
Hex71384E0321F381512221
Octal1617011606237705214241
Binary11100011110001001110011001011111111000101010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71384E; }

 p { color: rgb(113,56,78); }

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

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

 a { background-color: rgb(113,56,78); }

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

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

 span { border-color: rgb(113,56,78); }

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