Html Css Color HEX #93585A Vin Rouge

📋 copy color: '#93585A'

red 147 ◦ green 88 ◦ blue 90

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

Shades of Vin Rouge #93585A

Tints of Vin Rouge #93585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 45.23%
G = 27.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93585A (or 0x93585A) is known color: Vin Rouge. HEX triplet: 93, 58 and 5A. RGB value is (147,88,90). Sum of RGB (Red+Green+Blue) = 147+88+90=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93585A is #6CA7A5. Grayscale: #696969. Windows color (decimal): -7120806 or 5920915. OLE color: 5920915.

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

Color convert

RGB 147 88 90 -
CMYK 0 0.40 0.39 0.42
HSL 357.97º 0.25% 0.46% -
HSV(B) 357.97º 0.4% 0.58% -
XYZ 17.37 13.92 11.44 -
YUV 105.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 147 88 90 0 0.40 0.39 0.42 357.97 0.25 0.46
Hex 93 58 5A 0 28 27 2A 166 19 2E
Octal 223 130 132 0 50 47 52 546 31 56
Binary 10010011 1011000 1011010 0 101000 100111 101010 101100110 11001 101110

Color Harmonies of #93585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93585A

Black with #93585A

Text Example


Text Example

White with #93585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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