#71826D

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

Shades of Xanadu #71826D

Tints of Xanadu #71826D

Color information

#71826D (or 0x71826D) is unknown color: approx Xanadu. HEX triplet: 71, 82 and 6D. RGB value is (113,130,109). Sum of RGB (Red+Green+Blue) = 113+130+109=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #71826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71826D is #8E7D92. Grayscale: #7A7A7A. Windows color (decimal): -9338259 or 7176817. OLE color: 7176817.

HSL color Cylindrical-coordinate representation of color #71826D: hue angle of 108.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71826D is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB113130109-
CMYK0.1300.160.49
HSL108.57º8.79%46.86%-
HSV(B)108.57º16.15%50.98%-
XYZ17.5520.5817.52-
YUV122.52120.37121.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=32.10%
G=36.93%
B=30.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131301090.1300.160.49108.578.7946.86
Hex71826DD010316d92f
Octal16120215515020611551157
Binary1110001100000101101101110101000011000111011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71826D; }

 p { color: rgb(113,130,109); }

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

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

 a { background-color: rgb(113,130,109); }

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

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

 span { border-color: rgb(113,130,109); }

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