Html Css Color HEX #96535E Vin Rouge

📋 copy color: '#96535E'

red 150 ◦ green 83 ◦ blue 94

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

Shades of Vin Rouge #96535E

Tints of Vin Rouge #96535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 45.87%
G = 25.38%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96535E (or 0x96535E) is known color: Vin Rouge. HEX triplet: 96, 53 and 5E. RGB value is (150,83,94). Sum of RGB (Red+Green+Blue) = 150+83+94=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96535E is #69ACA1. Grayscale: #686868. Windows color (decimal): -6925474 or 6181782. OLE color: 6181782.

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

Color convert

RGB 150 83 94 -
CMYK 0 0.45 0.37 0.41
HSL 350.15º 0.29% 0.46% -
HSV(B) 350.15º 0.45% 0.59% -
XYZ 17.69 13.48 12.26 -
YUV 104.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 150 83 94 0 0.45 0.37 0.41 350.15 0.29 0.46
Hex 96 53 5E 0 2D 25 29 15E 1D 2E
Octal 226 123 136 0 55 45 51 536 35 56
Binary 10010110 1010011 1011110 0 101101 100101 101001 101011110 11101 101110

Color Harmonies of #96535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96535E

Black with #96535E

Text Example


Text Example

White with #96535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96535E; }

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

 H1.HeaderClassName
 {
   color: #96535E;
 }
 .AnyTagClassName
 {
   color: #96535E;
 }
</style>

background-color css

<style>
 a { background-color: #96535E; }

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

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

border-color css

<style>
 span { border-color: #96535E; }

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

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