Html Css Color HEX #96595D Vin Rouge

📋 copy color: '#96595D'

red 150 ◦ green 89 ◦ blue 93

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

Shades of Vin Rouge #96595D

Tints of Vin Rouge #96595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 45.18%
G = 26.81%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96595D (or 0x96595D) is known color: Vin Rouge. HEX triplet: 96, 59 and 5D. RGB value is (150,89,93). Sum of RGB (Red+Green+Blue) = 150+89+93=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96595D is #69A6A2. Grayscale: #6B6B6B. Windows color (decimal): -6923939 or 6117782. OLE color: 6117782.

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

Color convert

RGB 150 89 93 -
CMYK 0 0.41 0.38 0.41
HSL 356.07º 0.26% 0.47% -
HSV(B) 356.07º 0.41% 0.59% -
XYZ 18.13 14.42 12.18 -
YUV 107.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 150 89 93 0 0.41 0.38 0.41 356.07 0.26 0.47
Hex 96 59 5D 0 29 26 29 164 1A 2F
Octal 226 131 135 0 51 46 51 544 32 57
Binary 10010110 1011001 1011101 0 101001 100110 101001 101100100 11010 101111

Color Harmonies of #96595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96595D

Black with #96595D

Text Example


Text Example

White with #96595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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