#813651

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

Shades of Flirt #813651

Tints of Flirt #813651

Color information

#813651 (or 0x813651) is unknown color: approx Flirt. HEX triplet: 81, 36 and 51. RGB value is (129,54,81). Sum of RGB (Red+Green+Blue) = 129+54+81=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #813651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813651 is #7EC9AE. Grayscale: #4F4F4F. Windows color (decimal): -8309167 or 5322369. OLE color: 5322369.

HSL color Cylindrical-coordinate representation of color #813651: hue angle of 338.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813651 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1295481-
CMYK00.580.370.49
HSL338.4º40.98%35.88%-
HSV(B)338.4º58.14%50.59%-
XYZ11.867.98.68-
YUV79.5128.85163.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=48.86%
G=20.45%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129548100.580.370.49338.440.9835.88
Hex81365103A25311522924
Octal2016612107245615225144
Binary1000000111011010100010111010100101110001101010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813651; }

 p { color: rgb(129,54,81); }

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

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

 a { background-color: rgb(129,54,81); }

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

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

 span { border-color: rgb(129,54,81); }

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