Html Css Color HEX #96565D Vin Rouge

📋 copy color: '#96565D'

red 150 ◦ green 86 ◦ blue 93

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

Shades of Vin Rouge #96565D

Tints of Vin Rouge #96565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

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

R = 45.59%
G = 26.14%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96565D (or 0x96565D) is known color: Vin Rouge. HEX triplet: 96, 56 and 5D. RGB value is (150,86,93). Sum of RGB (Red+Green+Blue) = 150+86+93=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96565D is #69A9A2. Grayscale: #696969. Windows color (decimal): -6924707 or 6117014. OLE color: 6117014.

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

Color convert

RGB 150 86 93 -
CMYK 0 0.43 0.38 0.41
HSL 353.44º 0.27% 0.46% -
HSV(B) 353.44º 0.43% 0.59% -
XYZ 17.88 13.93 12.1 -
YUV 105.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 150 86 93 0 0.43 0.38 0.41 353.44 0.27 0.46
Hex 96 56 5D 0 2B 26 29 161 1B 2E
Octal 226 126 135 0 53 46 51 541 33 56
Binary 10010110 1010110 1011101 0 101011 100110 101001 101100001 11011 101110

Color Harmonies of #96565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96565D

Black with #96565D

Text Example


Text Example

White with #96565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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