Html Css Color HEX #818283 Aluminium

📋 copy color: '#818283'

red 129 ◦ green 130 ◦ blue 131

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

Shades of Aluminium #818283

Tints of Aluminium #818283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

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

R = 33.08%
G = 33.33%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#818283 (or 0x818283) is known color: Aluminium. HEX triplet: 81, 82 and 83. RGB value is (129,130,131). Sum of RGB (Red+Green+Blue) = 129+130+131=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 131 - color contains mainly: blue. Hex color #818283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818283 is #7E7D7C. Grayscale: #818181. Windows color (decimal): -8289661 or 8618625. OLE color: 8618625.

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

Color convert

RGB 129 130 131 -
CMYK 0.02 0.01 0 0.49
HSL 210º 0.01% 0.51% -
HSV(B) 210º 0.02% 0.51% -
XYZ 21.13 22.27 24.66 -
YUV 129.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 129 130 131 0.02 0.01 0 0.49 210 0.01 0.51
Hex 81 82 83 2 1 0 31 D2 1 33
Octal 201 202 203 2 1 0 61 322 1 63
Binary 10000001 10000010 10000011 10 1 0 110001 11010010 1 110011

Color Harmonies of #818283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818283

Black with #818283

Text Example


Text Example

White with #818283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818283; }

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

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

background-color css

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

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

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

border-color css

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

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

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