Html Css Color HEX #91717C Venus

📋 copy color: '#91717C'

red 145 ◦ green 113 ◦ blue 124

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

Shades of Venus #91717C

Tints of Venus #91717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 37.96%
G = 29.58%
B = 32.46%

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

#91717C (or 0x91717C) is known color: Venus. HEX triplet: 91, 71 and 7C. RGB value is (145,113,124). Sum of RGB (Red+Green+Blue) = 145+113+124=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #91717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717C is #6E8E83. Grayscale: #7B7B7B. Windows color (decimal): -7245444 or 8155537. OLE color: 8155537.

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

Color convert

RGB 145 113 124 -
CMYK 0 0.22 0.14 0.43
HSL 339.38º 0.13% 0.51% -
HSV(B) 339.38º 0.22% 0.57% -
XYZ 21.22 19.29 21.67 -
YUV 123.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 145 113 124 0 0.22 0.14 0.43 339.38 0.13 0.51
Hex 91 71 7C 0 16 E 2B 153 D 33
Octal 221 161 174 0 26 16 53 523 15 63
Binary 10010001 1110001 1111100 0 10110 1110 101011 101010011 1101 110011

Color Harmonies of #91717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91717C

Black with #91717C

Text Example


Text Example

White with #91717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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