Html Css Color HEX #96536D Vin Rouge

📋 copy color: '#96536D'

red 150 ◦ green 83 ◦ blue 109

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

Shades of Vin Rouge #96536D

Tints of Vin Rouge #96536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 43.86%
G = 24.27%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96536D (or 0x96536D) is known color: Vin Rouge. HEX triplet: 96, 53 and 6D. RGB value is (150,83,109). Sum of RGB (Red+Green+Blue) = 150+83+109=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96536D is #69AC92. Grayscale: #696969. Windows color (decimal): -6925459 or 7164822. OLE color: 7164822.

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

Color convert

RGB 150 83 109 -
CMYK 0 0.45 0.27 0.41
HSL 336.72º 0.29% 0.46% -
HSV(B) 336.72º 0.45% 0.59% -
XYZ 18.43 13.77 16.16 -
YUV 106 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 150 83 109 0 0.45 0.27 0.41 336.72 0.29 0.46
Hex 96 53 6D 0 2D 1B 29 151 1D 2E
Octal 226 123 155 0 55 33 51 521 35 56
Binary 10010110 1010011 1101101 0 101101 11011 101001 101010001 11101 101110

Color Harmonies of #96536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96536D

Black with #96536D

Text Example


Text Example

White with #96536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,83,109); }

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

background-color css

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

 a { background-color: rgb(150,83,109); }

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

border-color css

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

 span { border-color: rgb(150,83,109); }

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