Html Css Color HEX #91717A Venus

📋 copy color: '#91717A'

red 145 ◦ green 113 ◦ blue 122

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

Shades of Venus #91717A

Tints of Venus #91717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 38.16%
G = 29.74%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91717A (or 0x91717A) is known color: Venus. HEX triplet: 91, 71 and 7A. RGB value is (145,113,122). Sum of RGB (Red+Green+Blue) = 145+113+122=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #91717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717A is #6E8E85. Grayscale: #7B7B7B. Windows color (decimal): -7245446 or 8024465. OLE color: 8024465.

HSL color Cylindrical-coordinate representation of color #91717A: hue angle of 343.12º 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 #91717A is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 113 122 -
CMYK 0 0.22 0.16 0.43
HSL 343.13º 0.13% 0.51% -
HSV(B) 343.13º 0.22% 0.57% -
XYZ 21.1 19.24 21.01 -
YUV 123.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 145 113 122 0 0.22 0.16 0.43 343.13 0.13 0.51
Hex 91 71 7A 0 16 10 2B 157 D 33
Octal 221 161 172 0 26 20 53 527 15 63
Binary 10010001 1110001 1111010 0 10110 10000 101011 101010111 1101 110011

Color Harmonies of #91717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91717A

Black with #91717A

Text Example


Text Example

White with #91717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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