Html Css Color HEX #96515B Vin Rouge

📋 copy color: '#96515B'

red 150 ◦ green 81 ◦ blue 91

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

Shades of Vin Rouge #96515B

Tints of Vin Rouge #96515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 46.58%
G = 25.16%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96515B (or 0x96515B) is known color: Vin Rouge. HEX triplet: 96, 51 and 5B. RGB value is (150,81,91). Sum of RGB (Red+Green+Blue) = 150+81+91=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #96515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96515B is #69AEA4. Grayscale: #666666. Windows color (decimal): -6925989 or 5984662. OLE color: 5984662.

HSL color Cylindrical-coordinate representation of color #96515B: hue angle of 351.3º 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 #96515B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 91 -
CMYK 0 0.46 0.39 0.41
HSL 351.3º 0.3% 0.45% -
HSV(B) 351.3º 0.46% 0.59% -
XYZ 17.41 13.12 11.51 -
YUV 102.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 150 81 91 0 0.46 0.39 0.41 351.3 0.3 0.45
Hex 96 51 5B 0 2E 27 29 15F 1E 2D
Octal 226 121 133 0 56 47 51 537 36 55
Binary 10010110 1010001 1011011 0 101110 100111 101001 101011111 11110 101101

Color Harmonies of #96515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96515B

Black with #96515B

Text Example


Text Example

White with #96515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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