Html Css Color HEX #96535D Vin Rouge

📋 copy color: '#96535D'

red 150 ◦ green 83 ◦ blue 93

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

Shades of Vin Rouge #96535D

Tints of Vin Rouge #96535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 46.01%
G = 25.46%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96535D (or 0x96535D) is known color: Vin Rouge. HEX triplet: 96, 53 and 5D. RGB value is (150,83,93). Sum of RGB (Red+Green+Blue) = 150+83+93=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96535D is #69ACA2. Grayscale: #686868. Windows color (decimal): -6925475 or 6116246. OLE color: 6116246.

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

Color convert

RGB 150 83 93 -
CMYK 0 0.45 0.38 0.41
HSL 351.04º 0.29% 0.46% -
HSV(B) 351.04º 0.45% 0.59% -
XYZ 17.65 13.46 12.02 -
YUV 104.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 150 83 93 0 0.45 0.38 0.41 351.04 0.29 0.46
Hex 96 53 5D 0 2D 26 29 15F 1D 2E
Octal 226 123 135 0 55 46 51 537 35 56
Binary 10010110 1010011 1011101 0 101101 100110 101001 101011111 11101 101110

Color Harmonies of #96535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96535D

Black with #96535D

Text Example


Text Example

White with #96535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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