Html Css Color HEX #93585B Vin Rouge

📋 copy color: '#93585B'

red 147 ◦ green 88 ◦ blue 91

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

Shades of Vin Rouge #93585B

Tints of Vin Rouge #93585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 45.09%
G = 26.99%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93585B (or 0x93585B) is known color: Vin Rouge. HEX triplet: 93, 58 and 5B. RGB value is (147,88,91). Sum of RGB (Red+Green+Blue) = 147+88+91=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93585B is #6CA7A4. Grayscale: #6A6A6A. Windows color (decimal): -7120805 or 5986451. OLE color: 5986451.

HSL color Cylindrical-coordinate representation of color #93585B: hue angle of 356.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93585B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 91 -
CMYK 0 0.40 0.38 0.42
HSL 356.95º 0.25% 0.46% -
HSV(B) 356.95º 0.4% 0.58% -
XYZ 17.41 13.94 11.67 -
YUV 105.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 147 88 91 0 0.40 0.38 0.42 356.95 0.25 0.46
Hex 93 58 5B 0 28 26 2A 165 19 2E
Octal 223 130 133 0 50 46 52 545 31 56
Binary 10010011 1011000 1011011 0 101000 100110 101010 101100101 11001 101110

Color Harmonies of #93585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93585B

Black with #93585B

Text Example


Text Example

White with #93585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93585B; }

 p { color: rgb(147,88,91); }

 H1.HeaderClassName
 {
   color: #93585B;
 }
 .AnyTagClassName
 {
   color: #93585B;
 }
</style>

background-color css

<style>
 a { background-color: #93585B; }

 a { background-color: rgb(147,88,91); }

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

border-color css

<style>
 span { border-color: #93585B; }

 span { border-color: rgb(147,88,91); }

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