#95717D

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

Shades of Venus #95717D

Tints of Venus #95717D

Color information

#95717D (or 0x95717D) is unknown color: approx Venus. HEX triplet: 95, 71 and 7D. RGB value is (149,113,125). Sum of RGB (Red+Green+Blue) = 149+113+125=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717D is #6A8E82. Grayscale: #7D7D7D. Windows color (decimal): -6983299 or 8221077. OLE color: 8221077.

HSL color Cylindrical-coordinate representation of color #95717D: hue angle of 340º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95717D is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149113125-
CMYK00.240.160.42
HSL340º14.52%51.37%-
HSV(B)340º24.16%58.43%-
XYZ2219.6822.04-
YUV125.13127.93145.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=38.50%
G=29.20%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911312500.240.160.4234014.5251.37
Hex95717D018102A154f33
Octal22516117503020525241763
Binary1001010111100011111101011000100001010101010101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95717D; }

 p { color: rgb(149,113,125); }

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

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

 a { background-color: rgb(149,113,125); }

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

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

 span { border-color: rgb(149,113,125); }

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