#813352

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

Shades of Flirt #813352

Tints of Flirt #813352

Color information

#813352 (or 0x813352) is unknown color: approx Flirt. HEX triplet: 81, 33 and 52. RGB value is (129,51,82). Sum of RGB (Red+Green+Blue) = 129+51+82=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #813352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813352 is #7ECCAD. Grayscale: #4D4D4D. Windows color (decimal): -8309934 or 5387137. OLE color: 5387137.

HSL color Cylindrical-coordinate representation of color #813352: hue angle of 336.15º 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 #813352 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1295182-
CMYK00.600.360.49
HSL336.15º43.33%35.29%-
HSV(B)336.15º60.47%50.59%-
XYZ11.767.648.84-
YUV77.86130.34164.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=49.24%
G=19.47%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129518200.600.360.49336.1543.3335.29
Hex81335203C24311502b23
Octal2016312207444615205343
Binary1000000111001110100100111100100100110001101010000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813352; }

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

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

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

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

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

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

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

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