#813351

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

Shades of Flirt #813351

Tints of Flirt #813351

Color information

#813351 (or 0x813351) is unknown color: approx Flirt. HEX triplet: 81, 33 and 51. RGB value is (129,51,81). Sum of RGB (Red+Green+Blue) = 129+51+81=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #813351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813351 is #7ECCAE. Grayscale: #4D4D4D. Windows color (decimal): -8309935 or 5321601. OLE color: 5321601.

HSL color Cylindrical-coordinate representation of color #813351: hue angle of 336.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813351 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1295181-
CMYK00.600.370.49
HSL336.92º43.33%35.29%-
HSV(B)336.92º60.47%50.59%-
XYZ11.727.638.64-
YUV77.74129.84164.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=49.43%
G=19.54%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129518100.600.370.49336.9243.3335.29
Hex81335103C25311512b23
Octal2016312107445615215343
Binary1000000111001110100010111100100101110001101010001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813351; }

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

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

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

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

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

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

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

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