Html Css Color HEX #838281 Schooner

📋 copy color: '#838281'

red 131 ◦ green 130 ◦ blue 129

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

Shades of Schooner #838281

Tints of Schooner #838281

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#838281 (or 0x838281) is known color: Schooner. HEX triplet: 83, 82 and 81. RGB value is (131,130,129). Sum of RGB (Red+Green+Blue) = 131+130+129=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 131 - color contains mainly: red. Hex color #838281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838281 is #7C7D7E. Grayscale: #828282. Windows color (decimal): -8158591 or 8487555. OLE color: 8487555.

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

Color convert

RGB 131 130 129 -
CMYK 0 0.01 0.02 0.49
HSL 30º 0.01% 0.51% -
HSV(B) 30º 0.02% 0.51% -
XYZ 21.31 22.38 23.96 -
YUV 130.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 131 130 129 0 0.01 0.02 0.49 30 0.01 0.51
Hex 83 82 81 0 1 2 31 1E 1 33
Octal 203 202 201 0 1 2 61 36 1 63
Binary 10000011 10000010 10000001 0 1 10 110001 11110 1 110011

Color Harmonies of #838281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838281

Black with #838281

Text Example


Text Example

White with #838281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838281; }

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

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

background-color css

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

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

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

border-color css

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

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

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