Html Css Color HEX #827289 Mamba

📋 copy color: '#827289'

red 130 ◦ green 114 ◦ blue 137

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

Shades of Mamba #827289

Tints of Mamba #827289

RGB

 RED value IS 130 (51.17% from 255) = 34.12%

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 34.12%
G = 29.92%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#827289 (or 0x827289) is known color: Mamba. HEX triplet: 82, 72 and 89. RGB value is (130,114,137). Sum of RGB (Red+Green+Blue) = 130+114+137=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 137 - color contains mainly: blue. Hex color #827289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827289 is #7D8D76. Grayscale: #797979. Windows color (decimal): -8228215 or 9007746. OLE color: 9007746.

HSL color Cylindrical-coordinate representation of color #827289: hue angle of 281.74º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827289 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 114 137 -
CMYK 0.05 0.17 0 0.46
HSL 281.74º 0.09% 0.49% -
HSV(B) 281.74º 0.17% 0.54% -
XYZ 19.74 18.59 26.21 -
YUV 121.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 130 114 137 0.05 0.17 0 0.46 281.74 0.09 0.49
Hex 82 72 89 5 11 0 2E 11A 9 31
Octal 202 162 211 5 21 0 56 432 11 61
Binary 10000010 1110010 10001001 101 10001 0 101110 100011010 1001 110001

Color Harmonies of #827289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827289

Black with #827289

Text Example


Text Example

White with #827289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827289; }

 p { color: rgb(130,114,137); }

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

background-color css

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

 a { background-color: rgb(130,114,137); }

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

border-color css

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

 span { border-color: rgb(130,114,137); }

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