Html Css Color HEX #96575D Vin Rouge

📋 copy color: '#96575D'

red 150 ◦ green 87 ◦ blue 93

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

Shades of Vin Rouge #96575D

Tints of Vin Rouge #96575D

RGB

 RED value IS 150 (58.98% from 255) = 45.45%

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 45.45%
G = 26.36%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96575D (or 0x96575D) is known color: Vin Rouge. HEX triplet: 96, 57 and 5D. RGB value is (150,87,93). Sum of RGB (Red+Green+Blue) = 150+87+93=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575D is #69A8A2. Grayscale: #6A6A6A. Windows color (decimal): -6924451 or 6117270. OLE color: 6117270.

HSL color Cylindrical-coordinate representation of color #96575D: hue angle of 354.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96575D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 93 -
CMYK 0 0.42 0.38 0.41
HSL 354.29º 0.27% 0.46% -
HSV(B) 354.29º 0.42% 0.59% -
XYZ 17.96 14.09 12.13 -
YUV 106.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 150 87 93 0 0.42 0.38 0.41 354.29 0.27 0.46
Hex 96 57 5D 0 2A 26 29 162 1B 2E
Octal 226 127 135 0 52 46 51 542 33 56
Binary 10010110 1010111 1011101 0 101010 100110 101001 101100010 11011 101110

Color Harmonies of #96575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96575D

Black with #96575D

Text Example


Text Example

White with #96575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,87,93); }

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

background-color css

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

 a { background-color: rgb(150,87,93); }

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

border-color css

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

 span { border-color: rgb(150,87,93); }

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