#908184

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

Shades of Venus #908184

Tints of Venus #908184

Color information

#908184 (or 0x908184) is unknown color: approx Venus. HEX triplet: 90, 81 and 84. RGB value is (144,129,132). Sum of RGB (Red+Green+Blue) = 144+129+132=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #908184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908184 is #6F7E7B. Grayscale: #858585. Windows color (decimal): -7306876 or 8683920. OLE color: 8683920.

HSL color Cylindrical-coordinate representation of color #908184: hue angle of 348º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908184 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144129132-
CMYK00.100.080.44
HSL348º6.33%53.53%-
HSV(B)348º10.42%56.47%-
XYZ23.5223.325.09-
YUV133.83126.97135.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=35.56%
G=31.85%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412913200.100.080.443486.3353.53
Hex9081840A82C15c636
Octal2202012040121054534666
Binary100100001000000110000100010101000101100101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908184; }

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

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

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

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

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

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

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

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