Html Css Color HEX #838182 Venus

📋 copy color: '#838182'

red 131 ◦ green 129 ◦ blue 130

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

Shades of Venus #838182

Tints of Venus #838182

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

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

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

Color convert

RGB 131 129 130 -
CMYK 0 0.02 0.01 0.49
HSL 330º 0.01% 0.51% -
HSV(B) 330º 0.02% 0.51% -
XYZ 21.24 22.14 24.27 -
YUV 129.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 131 129 130 0 0.02 0.01 0.49 330 0.01 0.51
Hex 83 81 82 0 2 1 31 14A 1 33
Octal 203 201 202 0 2 1 61 512 1 63
Binary 10000011 10000001 10000010 0 10 1 110001 101001010 1 110011

Color Harmonies of #838182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838182

Black with #838182

Text Example


Text Example

White with #838182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838182; }

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

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

background-color css

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

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

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

border-color css

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

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

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