Html Css Color HEX #93737D Venus

📋 copy color: '#93737D'

red 147 ◦ green 115 ◦ blue 125

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

Shades of Venus #93737D

Tints of Venus #93737D

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

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

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

R = 37.98%
G = 29.72%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93737D (or 0x93737D) is known color: Venus. HEX triplet: 93, 73 and 7D. RGB value is (147,115,125). Sum of RGB (Red+Green+Blue) = 147+115+125=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93737D is #6C8C82. Grayscale: #7D7D7D. Windows color (decimal): -7113859 or 8221587. OLE color: 8221587.

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

Color convert

RGB 147 115 125 -
CMYK 0 0.22 0.15 0.42
HSL 341.25º 0.13% 0.51% -
HSV(B) 341.25º 0.22% 0.58% -
XYZ 21.87 19.95 22.1 -
YUV 125.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 147 115 125 0 0.22 0.15 0.42 341.25 0.13 0.51
Hex 93 73 7D 0 16 F 2A 155 D 33
Octal 223 163 175 0 26 17 52 525 15 63
Binary 10010011 1110011 1111101 0 10110 1111 101010 101010101 1101 110011

Color Harmonies of #93737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93737D

Black with #93737D

Text Example


Text Example

White with #93737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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