Html Css Color HEX #96555F Vin Rouge

📋 copy color: '#96555F'

red 150 ◦ green 85 ◦ blue 95

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

Shades of Vin Rouge #96555F

Tints of Vin Rouge #96555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 45.45%
G = 25.76%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96555F (or 0x96555F) is known color: Vin Rouge. HEX triplet: 96, 55 and 5F. RGB value is (150,85,95). Sum of RGB (Red+Green+Blue) = 150+85+95=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96555F is #69AAA0. Grayscale: #696969. Windows color (decimal): -6924961 or 6247830. OLE color: 6247830.

HSL color Cylindrical-coordinate representation of color #96555F: hue angle of 350.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96555F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 95 -
CMYK 0 0.43 0.37 0.41
HSL 350.77º 0.28% 0.46% -
HSV(B) 350.77º 0.43% 0.59% -
XYZ 17.89 13.81 12.55 -
YUV 105.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 150 85 95 0 0.43 0.37 0.41 350.77 0.28 0.46
Hex 96 55 5F 0 2B 25 29 15F 1C 2E
Octal 226 125 137 0 53 45 51 537 34 56
Binary 10010110 1010101 1011111 0 101011 100101 101001 101011111 11100 101110

Color Harmonies of #96555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96555F

Black with #96555F

Text Example


Text Example

White with #96555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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