#958182

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

Shades of Venus #958182

Tints of Venus #958182

Color information

#958182 (or 0x958182) is unknown color: approx Venus. HEX triplet: 95, 81 and 82. RGB value is (149,129,130). Sum of RGB (Red+Green+Blue) = 149+129+130=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #958182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958182 is #6A7E7D. Grayscale: #878787. Windows color (decimal): -6979198 or 8552853. OLE color: 8552853.

HSL color Cylindrical-coordinate representation of color #958182: hue angle of 357º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958182 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149129130-
CMYK00.130.130.42
HSL357º8.62%54.51%-
HSV(B)357º13.42%58.43%-
XYZ24.2723.724.41-
YUV135.09125.13137.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=36.52%
G=31.62%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912913000.130.130.423578.6254.51
Hex9581820DD2A165937
Octal22520120201515525451167
Binary1001010110000001100000100110111011010101011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958182; }

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

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

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

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

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

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

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

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