Html Css Color HEX #93585C Vin Rouge

📋 copy color: '#93585C'

red 147 ◦ green 88 ◦ blue 92

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

Shades of Vin Rouge #93585C

Tints of Vin Rouge #93585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 44.95%
G = 26.91%
B = 28.13%

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

#93585C (or 0x93585C) is known color: Vin Rouge. HEX triplet: 93, 58 and 5C. RGB value is (147,88,92). Sum of RGB (Red+Green+Blue) = 147+88+92=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93585C is #6CA7A3. Grayscale: #6A6A6A. Windows color (decimal): -7120804 or 6051987. OLE color: 6051987.

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

Color convert

RGB 147 88 92 -
CMYK 0 0.40 0.37 0.42
HSL 355.93º 0.25% 0.46% -
HSV(B) 355.93º 0.4% 0.58% -
XYZ 17.45 13.96 11.9 -
YUV 106.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 147 88 92 0 0.40 0.37 0.42 355.93 0.25 0.46
Hex 93 58 5C 0 28 25 2A 164 19 2E
Octal 223 130 134 0 50 45 52 544 31 56
Binary 10010011 1011000 1011100 0 101000 100101 101010 101100100 11001 101110

Color Harmonies of #93585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93585C

Black with #93585C

Text Example


Text Example

White with #93585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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