Html Css Color HEX #93585D Vin Rouge

📋 copy color: '#93585D'

red 147 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #93585D

Tints of Vin Rouge #93585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 44.82%
G = 26.83%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93585D (or 0x93585D) is known color: Vin Rouge. HEX triplet: 93, 58 and 5D. RGB value is (147,88,93). Sum of RGB (Red+Green+Blue) = 147+88+93=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93585D is #6CA7A2. Grayscale: #6A6A6A. Windows color (decimal): -7120803 or 6117523. OLE color: 6117523.

HSL color Cylindrical-coordinate representation of color #93585D: hue angle of 354.92º 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 #93585D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 93 -
CMYK 0 0.40 0.37 0.42
HSL 354.92º 0.25% 0.46% -
HSV(B) 354.92º 0.4% 0.58% -
XYZ 17.5 13.97 12.13 -
YUV 106.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 147 88 93 0 0.40 0.37 0.42 354.92 0.25 0.46
Hex 93 58 5D 0 28 25 2A 163 19 2E
Octal 223 130 135 0 50 45 52 543 31 56
Binary 10010011 1011000 1011101 0 101000 100101 101010 101100011 11001 101110

Color Harmonies of #93585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93585D

Black with #93585D

Text Example


Text Example

White with #93585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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