Html Css Color HEX #96565B Vin Rouge

📋 copy color: '#96565B'

red 150 ◦ green 86 ◦ blue 91

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

Shades of Vin Rouge #96565B

Tints of Vin Rouge #96565B

RGB

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

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

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

R = 45.87%
G = 26.3%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96565B (or 0x96565B) is known color: Vin Rouge. HEX triplet: 96, 56 and 5B. RGB value is (150,86,91). Sum of RGB (Red+Green+Blue) = 150+86+91=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96565B is #69A9A4. Grayscale: #696969. Windows color (decimal): -6924709 or 5985942. OLE color: 5985942.

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

Color convert

RGB 150 86 91 -
CMYK 0 0.43 0.39 0.41
HSL 355.31º 0.27% 0.46% -
HSV(B) 355.31º 0.43% 0.59% -
XYZ 17.79 13.89 11.64 -
YUV 105.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 150 86 91 0 0.43 0.39 0.41 355.31 0.27 0.46
Hex 96 56 5B 0 2B 27 29 163 1B 2E
Octal 226 126 133 0 53 47 51 543 33 56
Binary 10010110 1010110 1011011 0 101011 100111 101001 101100011 11011 101110

Color Harmonies of #96565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96565B

Black with #96565B

Text Example


Text Example

White with #96565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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