Html Css Color HEX #837191 Topaz

📋 copy color: '#837191'

red 131 ◦ green 113 ◦ blue 145

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

Shades of Topaz #837191

Tints of Topaz #837191

RGB

 RED value IS 131 (51.56% from 255) = 33.68%

 GREEN value IS 113 (44.53% from 255) = 29.05%

 BLUE value IS 145 (57.03% from 255) = 37.28%

R = 33.68%
G = 29.05%
B = 37.28%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837191 (or 0x837191) is known color: Topaz. HEX triplet: 83, 71 and 91. RGB value is (131,113,145). Sum of RGB (Red+Green+Blue) = 131+113+145=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #837191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837191 is #7C8E6E. Grayscale: #797979. Windows color (decimal): -8162927 or 9531779. OLE color: 9531779.

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

Color convert

RGB 131 113 145 -
CMYK 0.10 0.22 0 0.43
HSL 273.75º 0.13% 0.51% -
HSV(B) 273.75º 0.22% 0.57% -
XYZ 20.38 18.68 29.32 -
YUV 122.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 131 113 145 0.10 0.22 0 0.43 273.75 0.13 0.51
Hex 83 71 91 A 16 0 2B 112 D 33
Octal 203 161 221 12 26 0 53 422 15 63
Binary 10000011 1110001 10010001 1010 10110 0 101011 100010010 1101 110011

Color Harmonies of #837191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837191

Black with #837191

Text Example


Text Example

White with #837191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837191; }

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

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

background-color css

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

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

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

border-color css

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

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

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