#95717B

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

Shades of Venus #95717B

Tints of Venus #95717B

Color information

#95717B (or 0x95717B) is unknown color: approx Venus. HEX triplet: 95, 71 and 7B. RGB value is (149,113,123). Sum of RGB (Red+Green+Blue) = 149+113+123=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717B is #6A8E84. Grayscale: #7C7C7C. Windows color (decimal): -6983301 or 8090005. OLE color: 8090005.

HSL color Cylindrical-coordinate representation of color #95717B: hue angle of 343.33º 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 #95717B is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149113123-
CMYK00.240.170.42
HSL343.33º14.52%51.37%-
HSV(B)343.33º24.16%58.43%-
XYZ21.8719.6321.37-
YUV124.9126.93145.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=38.70%
G=29.35%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911312300.240.170.42343.3314.5251.37
Hex95717B018112A157f33
Octal22516117303021525271763
Binary1001010111100011111011011000100011010101010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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