Html Css Color HEX #96515D Vin Rouge

📋 copy color: '#96515D'

red 150 ◦ green 81 ◦ blue 93

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

Shades of Vin Rouge #96515D

Tints of Vin Rouge #96515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

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

R = 46.3%
G = 25%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96515D (or 0x96515D) is known color: Vin Rouge. HEX triplet: 96, 51 and 5D. RGB value is (150,81,93). Sum of RGB (Red+Green+Blue) = 150+81+93=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96515D is #69AEA2. Grayscale: #676767. Windows color (decimal): -6925987 or 6115734. OLE color: 6115734.

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

Color convert

RGB 150 81 93 -
CMYK 0 0.46 0.38 0.41
HSL 349.57º 0.3% 0.45% -
HSV(B) 349.57º 0.46% 0.59% -
XYZ 17.5 13.16 11.97 -
YUV 103 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 150 81 93 0 0.46 0.38 0.41 349.57 0.3 0.45
Hex 96 51 5D 0 2E 26 29 15E 1E 2D
Octal 226 121 135 0 56 46 51 536 36 55
Binary 10010110 1010001 1011101 0 101110 100110 101001 101011110 11110 101101

Color Harmonies of #96515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96515D

Black with #96515D

Text Example


Text Example

White with #96515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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