Html Css Color HEX #838383 Grey

📋 copy color: '#838383'

red 131 ◦ green 131 ◦ blue 131

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

Shades of Grey #838383

Tints of Grey #838383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#838383 (or 0x838383) is known color: Grey. HEX triplet: 83, 83 and 83. RGB value is (131,131,131). Sum of RGB (Red+Green+Blue) = 131+131+131=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 131 - color contains mainly: red, green, blue. Hex color #838383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838383 is #7C7C7C. Grayscale: #838383. Windows color (decimal): -8158333 or 8618883. OLE color: 8618883.

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

Color convert

RGB 131 131 131 -
CMYK 0 0 0 0.49
HSL 0% 0.51% -
HSV(B) 0% 0.51% -
XYZ 21.57 22.7 24.72 -
YUV 131 128 128 -
System Red Green Blue C M Y K H S L
Decimal 131 131 131 0 0 0 0.49 0 0 0.51
Hex 83 83 83 0 0 0 31 0 0 33
Octal 203 203 203 0 0 0 61 0 0 63
Binary 10000011 10000011 10000011 0 0 0 110001 0 0 110011

Color Harmonies of #838383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838383

Black with #838383

Text Example


Text Example

White with #838383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838383; }

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

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

background-color css

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

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

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

border-color css

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

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

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