#837291

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

Shades of Topaz #837291

Tints of Topaz #837291

Color information

#837291 (or 0x837291) is unknown color: approx Topaz. HEX triplet: 83, 72 and 91. RGB value is (131,114,145). Sum of RGB (Red+Green+Blue) = 131+114+145=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #837291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837291 is #7C8D6E. Grayscale: #7A7A7A. Windows color (decimal): -8162671 or 9532035. OLE color: 9532035.

HSL color Cylindrical-coordinate representation of color #837291: hue angle of 272.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837291 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131114145-
CMYK0.100.2100.43
HSL272.9º12.35%50.78%-
HSV(B)272.9º21.38%56.86%-
XYZ20.4918.929.36-
YUV122.62140.63133.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=33.59%
G=29.23%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311141450.100.2100.43272.912.3550.78
Hex837291A1502B111c33
Octal20316222112250534211463
Binary1000001111100101001000110101010101010111000100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837291; }

 p { color: rgb(131,114,145); }

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

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

 a { background-color: rgb(131,114,145); }

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

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

 span { border-color: rgb(131,114,145); }

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