Html Css Color HEX #93595F Vin Rouge

📋 copy color: '#93595F'

red 147 ◦ green 89 ◦ blue 95

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

Shades of Vin Rouge #93595F

Tints of Vin Rouge #93595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 44.41%
G = 26.89%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93595F (or 0x93595F) is known color: Vin Rouge. HEX triplet: 93, 59 and 5F. RGB value is (147,89,95). Sum of RGB (Red+Green+Blue) = 147+89+95=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #93595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93595F is #6CA6A0. Grayscale: #6B6B6B. Windows color (decimal): -7120545 or 6248851. OLE color: 6248851.

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

Color convert

RGB 147 89 95 -
CMYK 0 0.39 0.35 0.42
HSL 353.79º 0.25% 0.46% -
HSV(B) 353.79º 0.39% 0.58% -
XYZ 17.67 14.17 12.63 -
YUV 107.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 147 89 95 0 0.39 0.35 0.42 353.79 0.25 0.46
Hex 93 59 5F 0 27 23 2A 162 19 2E
Octal 223 131 137 0 47 43 52 542 31 56
Binary 10010011 1011001 1011111 0 100111 100011 101010 101100010 11001 101110

Color Harmonies of #93595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93595F

Black with #93595F

Text Example


Text Example

White with #93595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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