Html Css Color HEX #96576B Vin Rouge

📋 copy color: '#96576B'

red 150 ◦ green 87 ◦ blue 107

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

Shades of Vin Rouge #96576B

Tints of Vin Rouge #96576B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

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

R = 43.6%
G = 25.29%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96576B (or 0x96576B) is known color: Vin Rouge. HEX triplet: 96, 57 and 6B. RGB value is (150,87,107). Sum of RGB (Red+Green+Blue) = 150+87+107=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96576B is #69A894. Grayscale: #6C6C6C. Windows color (decimal): -6924437 or 7034774. OLE color: 7034774.

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

Color convert

RGB 150 87 107 -
CMYK 0 0.42 0.29 0.41
HSL 340.95º 0.27% 0.46% -
HSV(B) 340.95º 0.42% 0.59% -
XYZ 18.64 14.36 15.7 -
YUV 108.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 150 87 107 0 0.42 0.29 0.41 340.95 0.27 0.46
Hex 96 57 6B 0 2A 1D 29 155 1B 2E
Octal 226 127 153 0 52 35 51 525 33 56
Binary 10010110 1010111 1101011 0 101010 11101 101001 101010101 11011 101110

Color Harmonies of #96576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96576B

Black with #96576B

Text Example


Text Example

White with #96576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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