#848283

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

Shades of Venus #848283

Tints of Venus #848283

Color information

#848283 (or 0x848283) is unknown color: approx Venus. HEX triplet: 84, 82 and 83. RGB value is (132,130,131). Sum of RGB (Red+Green+Blue) = 132+130+131=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 132 - color contains mainly: red. Hex color #848283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848283 is #7B7D7C. Grayscale: #828282. Windows color (decimal): -8093053 or 8618628. OLE color: 8618628.

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

Color convert

RGB132130131-
CMYK00.020.010.48
HSL330º0.81%51.37%-
HSV(B)330º1.52%51.76%-
XYZ21.622.5124.68-
YUV130.71128.16128.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=33.59%
G=33.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213013100.020.010.483300.8151.37
Hex8482830213014a133
Octal20420220302160512163
Binary10000100100000101000001101011100001010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848283; }

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

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

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

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

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

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

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

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