Html Css Color HEX #816368 Empress

📋 copy color: '#816368'

red 129 ◦ green 99 ◦ blue 104

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

Shades of Empress #816368

Tints of Empress #816368

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 value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#816368 (or 0x816368) is known color: 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

RGB 129 99 104 -
CMYK 0 0.23 0.19 0.49
HSL 350º 0.13% 0.45% -
HSV(B) 350º 0.23% 0.51% -
XYZ 16.01 14.59 15.07 -
YUV 108.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 129 99 104 0 0.23 0.19 0.49 350 0.13 0.45
Hex 81 63 68 0 17 13 31 15E D 2D
Octal 201 143 150 0 27 23 61 536 15 55
Binary 10000001 1100011 1101000 0 10111 10011 110001 101011110 1101 101101

Color Harmonies of #816368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816368

Black with #816368

Text Example


Text Example

White with #816368

Text Example


Text Example

HTML Codes & Css Web 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>