#816368

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

Shades of Empress #816368

Tints of Empress #816368

Color information

#816368 (or 0x816368) is unknown color: approx Empress. HEX triplet: 81, 63 and 68. RGB value is (129,99,104). Sum of RGB (Red+Green+Blue) = 129+99+104=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #816368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816368 is #7E9C97. Grayscale: #6C6C6C. Windows color (decimal): -8297624 or 6841217. OLE color: 6841217.

HSL color Cylindrical-coordinate representation of color #816368: hue angle of 350º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816368 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12999104-
CMYK00.230.190.49
HSL350º13.16%44.71%-
HSV(B)350º23.26%50.59%-
XYZ16.0114.5915.07-
YUV108.54125.44142.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=38.86%
G=29.82%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299910400.230.190.4935013.1644.71
Hex816368017133115ed2d
Octal20114315002723615361555
Binary1000000111000111101000010111100111100011010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816368; }

 p { color: rgb(129,99,104); }

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

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

 a { background-color: rgb(129,99,104); }

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

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

 span { border-color: rgb(129,99,104); }

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