Html Css Color HEX #93595A Vin Rouge

📋 copy color: '#93595A'

red 147 ◦ green 89 ◦ blue 90

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

Shades of Vin Rouge #93595A

Tints of Vin Rouge #93595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 45.09%
G = 27.3%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93595A (or 0x93595A) is known color: Vin Rouge. HEX triplet: 93, 59 and 5A. RGB value is (147,89,90). Sum of RGB (Red+Green+Blue) = 147+89+90=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93595A is #6CA6A5. Grayscale: #6A6A6A. Windows color (decimal): -7120550 or 5921171. OLE color: 5921171.

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

Color convert

RGB 147 89 90 -
CMYK 0 0.39 0.39 0.42
HSL 358.97º 0.25% 0.46% -
HSV(B) 358.97º 0.39% 0.58% -
XYZ 17.45 14.09 11.47 -
YUV 106.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 147 89 90 0 0.39 0.39 0.42 358.97 0.25 0.46
Hex 93 59 5A 0 27 27 2A 167 19 2E
Octal 223 131 132 0 47 47 52 547 31 56
Binary 10010011 1011001 1011010 0 100111 100111 101010 101100111 11001 101110

Color Harmonies of #93595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93595A

Black with #93595A

Text Example


Text Example

White with #93595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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