Html Css Color HEX #838181 Grey

📋 copy color: '#838181'

red 131 ◦ green 129 ◦ blue 129

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

Shades of Grey #838181

Tints of Grey #838181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 33.68%
G = 33.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#838181 (or 0x838181) is known color: Grey. HEX triplet: 83, 81 and 81. RGB value is (131,129,129). Sum of RGB (Red+Green+Blue) = 131+129+129=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 131 - color contains mainly: red. Hex color #838181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838181 is #7C7E7E. Grayscale: #818181. Windows color (decimal): -8158847 or 8487299. OLE color: 8487299.

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

Color convert

RGB 131 129 129 -
CMYK 0 0.02 0.02 0.49
HSL 0.01% 0.51% -
HSV(B) 0.02% 0.51% -
XYZ 21.17 22.11 23.92 -
YUV 129.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 131 129 129 0 0.02 0.02 0.49 0 0.01 0.51
Hex 83 81 81 0 2 2 31 0 1 33
Octal 203 201 201 0 2 2 61 0 1 63
Binary 10000011 10000001 10000001 0 10 10 110001 0 1 110011

Color Harmonies of #838181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838181

Black with #838181

Text Example


Text Example

White with #838181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838181; }

 p { color: rgb(131,129,129); }

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

background-color css

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

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

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

border-color css

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

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

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