Html Css Color HEX #96535F Vin Rouge

📋 copy color: '#96535F'

red 150 ◦ green 83 ◦ blue 95

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

Shades of Vin Rouge #96535F

Tints of Vin Rouge #96535F

RGB

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

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

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

R = 45.73%
G = 25.3%
B = 28.96%

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

#96535F (or 0x96535F) is known color: Vin Rouge. HEX triplet: 96, 53 and 5F. RGB value is (150,83,95). Sum of RGB (Red+Green+Blue) = 150+83+95=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96535F is #69ACA0. Grayscale: #686868. Windows color (decimal): -6925473 or 6247318. OLE color: 6247318.

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

Color convert

RGB 150 83 95 -
CMYK 0 0.45 0.37 0.41
HSL 349.25º 0.29% 0.46% -
HSV(B) 349.25º 0.45% 0.59% -
XYZ 17.74 13.5 12.5 -
YUV 104.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 150 83 95 0 0.45 0.37 0.41 349.25 0.29 0.46
Hex 96 53 5F 0 2D 25 29 15D 1D 2E
Octal 226 123 137 0 55 45 51 535 35 56
Binary 10010110 1010011 1011111 0 101101 100101 101001 101011101 11101 101110

Color Harmonies of #96535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96535F

Black with #96535F

Text Example


Text Example

White with #96535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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