Html Css Color HEX #816366 Empress

📋 copy color: '#816366'

red 129 ◦ green 99 ◦ blue 102

#816366
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #816366

Tints of Empress #816366

RGB

 RED value IS 129 (50.78% from 255) = 39.09%

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 39.09%
G = 30%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#816366 (or 0x816366) is known color: Empress. HEX triplet: 81, 63 and 66. RGB value is (129,99,102). Sum of RGB (Red+Green+Blue) = 129+99+102=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #816366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816366 is #7E9C99. Grayscale: #6C6C6C. Windows color (decimal): -8297626 or 6710145. OLE color: 6710145.

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

Color convert

RGB 129 99 102 -
CMYK 0 0.23 0.21 0.49
HSL 354º 0.13% 0.45% -
HSV(B) 354º 0.23% 0.51% -
XYZ 15.91 14.55 14.54 -
YUV 108.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 129 99 102 0 0.23 0.21 0.49 354 0.13 0.45
Hex 81 63 66 0 17 15 31 162 D 2D
Octal 201 143 146 0 27 25 61 542 15 55
Binary 10000001 1100011 1100110 0 10111 10101 110001 101100010 1101 101101

Color Harmonies of #816366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816366

Black with #816366

Text Example


Text Example

White with #816366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816366; }

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

 H1.HeaderClassName
 {
   color: #816366;
 }
 .AnyTagClassName
 {
   color: #816366;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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