Html Css Color HEX #818183 Storm Grey

📋 copy color: '#818183'

red 129 ◦ green 129 ◦ blue 131

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

Shades of Storm Grey #818183

Tints of Storm Grey #818183

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #818183: hue angle of 240º 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 #818183 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 129 131 -
CMYK 0.02 0.02 0 0.49
HSL 240º 0.01% 0.51% -
HSV(B) 240º 0.02% 0.51% -
XYZ 21 22.01 24.61 -
YUV 129.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 129 129 131 0.02 0.02 0 0.49 240 0.01 0.51
Hex 81 81 83 2 2 0 31 F0 1 33
Octal 201 201 203 2 2 0 61 360 1 63
Binary 10000001 10000001 10000011 10 10 0 110001 11110000 1 110011

Color Harmonies of #818183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818183

Black with #818183

Text Example


Text Example

White with #818183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818183; }

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

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

background-color css

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

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

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

border-color css

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

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

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