Html Css Color HEX #96536B Vin Rouge

📋 copy color: '#96536B'

red 150 ◦ green 83 ◦ blue 107

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

Shades of Vin Rouge #96536B

Tints of Vin Rouge #96536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 44.12%
G = 24.41%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96536B (or 0x96536B) is known color: Vin Rouge. HEX triplet: 96, 53 and 6B. RGB value is (150,83,107). Sum of RGB (Red+Green+Blue) = 150+83+107=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96536B is #69AC94. Grayscale: #696969. Windows color (decimal): -6925461 or 7033750. OLE color: 7033750.

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

Color convert

RGB 150 83 107 -
CMYK 0 0.45 0.29 0.41
HSL 338.51º 0.29% 0.46% -
HSV(B) 338.51º 0.45% 0.59% -
XYZ 18.32 13.73 15.59 -
YUV 105.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 150 83 107 0 0.45 0.29 0.41 338.51 0.29 0.46
Hex 96 53 6B 0 2D 1D 29 153 1D 2E
Octal 226 123 153 0 55 35 51 523 35 56
Binary 10010110 1010011 1101011 0 101101 11101 101001 101010011 11101 101110

Color Harmonies of #96536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96536B

Black with #96536B

Text Example


Text Example

White with #96536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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