Html Css Color HEX #96565F Vin Rouge

📋 copy color: '#96565F'

red 150 ◦ green 86 ◦ blue 95

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

Shades of Vin Rouge #96565F

Tints of Vin Rouge #96565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 45.32%
G = 25.98%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96565F (or 0x96565F) is known color: Vin Rouge. HEX triplet: 96, 56 and 5F. RGB value is (150,86,95). Sum of RGB (Red+Green+Blue) = 150+86+95=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96565F is #69A9A0. Grayscale: #6A6A6A. Windows color (decimal): -6924705 or 6248086. OLE color: 6248086.

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

Color convert

RGB 150 86 95 -
CMYK 0 0.43 0.37 0.41
HSL 351.56º 0.27% 0.46% -
HSV(B) 351.56º 0.43% 0.59% -
XYZ 17.97 13.97 12.57 -
YUV 106.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 150 86 95 0 0.43 0.37 0.41 351.56 0.27 0.46
Hex 96 56 5F 0 2B 25 29 160 1B 2E
Octal 226 126 137 0 53 45 51 540 33 56
Binary 10010110 1010110 1011111 0 101011 100101 101001 101100000 11011 101110

Color Harmonies of #96565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96565F

Black with #96565F

Text Example


Text Example

White with #96565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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