Html Css Color HEX #91717D Venus

📋 copy color: '#91717D'

red 145 ◦ green 113 ◦ blue 125

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

Shades of Venus #91717D

Tints of Venus #91717D

RGB

 RED value IS 145 (57.03% from 255) = 37.86%

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

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

R = 37.86%
G = 29.5%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91717D (or 0x91717D) is known color: Venus. HEX triplet: 91, 71 and 7D. RGB value is (145,113,125). Sum of RGB (Red+Green+Blue) = 145+113+125=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #91717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717D is #6E8E82. Grayscale: #7B7B7B. Windows color (decimal): -7245443 or 8221073. OLE color: 8221073.

HSL color Cylindrical-coordinate representation of color #91717D: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91717D is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 113 125 -
CMYK 0 0.22 0.14 0.43
HSL 337.5º 0.13% 0.51% -
HSV(B) 337.5º 0.22% 0.57% -
XYZ 21.28 19.31 22.01 -
YUV 123.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 145 113 125 0 0.22 0.14 0.43 337.5 0.13 0.51
Hex 91 71 7D 0 16 E 2B 152 D 33
Octal 221 161 175 0 26 16 53 522 15 63
Binary 10010001 1110001 1111101 0 10110 1110 101011 101010010 1101 110011

Color Harmonies of #91717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91717D

Black with #91717D

Text Example


Text Example

White with #91717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91717D;
 }
 .AnyTagClassName
 {
   color: #91717D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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