Html Css Color HEX #91737D Venus

📋 copy color: '#91737D'

red 145 ◦ green 115 ◦ blue 125

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

Shades of Venus #91737D

Tints of Venus #91737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 37.66%
G = 29.87%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91737D (or 0x91737D) is known color: Venus. HEX triplet: 91, 73 and 7D. RGB value is (145,115,125). Sum of RGB (Red+Green+Blue) = 145+115+125=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #91737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91737D is #6E8C82. Grayscale: #7D7D7D. Windows color (decimal): -7244931 or 8221585. OLE color: 8221585.

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

Color convert

RGB 145 115 125 -
CMYK 0 0.21 0.14 0.43
HSL 340º 0.12% 0.51% -
HSV(B) 340º 0.21% 0.57% -
XYZ 21.51 19.76 22.08 -
YUV 125.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 145 115 125 0 0.21 0.14 0.43 340 0.12 0.51
Hex 91 73 7D 0 15 E 2B 154 C 33
Octal 221 163 175 0 25 16 53 524 14 63
Binary 10010001 1110011 1111101 0 10101 1110 101011 101010100 1100 110011

Color Harmonies of #91737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91737D

Black with #91737D

Text Example


Text Example

White with #91737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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