Html Css Color HEX #848283 Venus

📋 copy color: '#848283'

red 132 ◦ green 130 ◦ blue 131

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

Shades of Venus #848283

Tints of Venus #848283

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 value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#848283 (or 0x848283) is known color: 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

RGB 132 130 131 -
CMYK 0 0.02 0.01 0.48
HSL 330º 0.01% 0.51% -
HSV(B) 330º 0.02% 0.52% -
XYZ 21.6 22.51 24.68 -
YUV 130.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 132 130 131 0 0.02 0.01 0.48 330 0.01 0.51
Hex 84 82 83 0 2 1 30 14A 1 33
Octal 204 202 203 0 2 1 60 512 1 63
Binary 10000100 10000010 10000011 0 10 1 110000 101001010 1 110011

Color Harmonies of #848283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848283

Black with #848283

Text Example


Text Example

White with #848283

Text Example


Text Example

HTML Codes & Css Web 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>