Html Css Color HEX #95717D Venus

📋 copy color: '#95717D'

red 149 ◦ green 113 ◦ blue 125

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

Shades of Venus #95717D

Tints of Venus #95717D

RGB

 RED value IS 149 (58.59% from 255) = 38.5%

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 38.5%
G = 29.2%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95717D (or 0x95717D) is known color: 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

RGB 149 113 125 -
CMYK 0 0.24 0.16 0.42
HSL 340º 0.15% 0.51% -
HSV(B) 340º 0.24% 0.58% -
XYZ 22 19.68 22.04 -
YUV 125.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 149 113 125 0 0.24 0.16 0.42 340 0.15 0.51
Hex 95 71 7D 0 18 10 2A 154 F 33
Octal 225 161 175 0 30 20 52 524 17 63
Binary 10010101 1110001 1111101 0 11000 10000 101010 101010100 1111 110011

Color Harmonies of #95717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95717D

Black with #95717D

Text Example


Text Example

White with #95717D

Text Example


Text Example

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