#848182

Color #848182 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #848182

Tints of Venus #848182

Color information

#848182 (or 0x848182) is unknown color: approx Venus. HEX triplet: 84, 81 and 82. RGB value is (132,129,130). Sum of RGB (Red+Green+Blue) = 132+129+130=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 132 - color contains mainly: red. Hex color #848182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848182 is #7B7E7D. Grayscale: #828282. Windows color (decimal): -8093310 or 8552836. OLE color: 8552836.

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

Color convert

RGB132129130-
CMYK00.020.020.48
HSL340º1.2%51.18%-
HSV(B)340º2.27%51.76%-
XYZ21.422.2224.28-
YUV130.01127.99129.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=33.76%
G=32.99%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212913000.020.020.483401.251.18
Hex84818202230154133
Octal20420120202260524163
Binary100001001000000110000010010101100001010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848182; }

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

 H1.HeaderClassName
 {
   color: #848182;
 }
 .AnyTagClassName
 {
   color: #848182;
 }
</style>
background-color css

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

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

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

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

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

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