Html Css Color HEX #96545A Vin Rouge

📋 copy color: '#96545A'

red 150 ◦ green 84 ◦ blue 90

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

Shades of Vin Rouge #96545A

Tints of Vin Rouge #96545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 46.3%
G = 25.93%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96545A (or 0x96545A) is known color: Vin Rouge. HEX triplet: 96, 54 and 5A. RGB value is (150,84,90). Sum of RGB (Red+Green+Blue) = 150+84+90=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96545A is #69ABA5. Grayscale: #686868. Windows color (decimal): -6925222 or 5919894. OLE color: 5919894.

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

Color convert

RGB 150 84 90 -
CMYK 0 0.44 0.4 0.41
HSL 354.55º 0.28% 0.46% -
HSV(B) 354.55º 0.44% 0.59% -
XYZ 17.59 13.56 11.36 -
YUV 104.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 150 84 90 0 0.44 0.4 0.41 354.55 0.28 0.46
Hex 96 54 5A 0 2C 28 29 163 1C 2E
Octal 226 124 132 0 54 50 51 543 34 56
Binary 10010110 1010100 1011010 0 101100 101000 101001 101100011 11100 101110

Color Harmonies of #96545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96545A

Black with #96545A

Text Example


Text Example

White with #96545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96545A; }

 p { color: rgb(150,84,90); }

 H1.HeaderClassName
 {
   color: #96545A;
 }
 .AnyTagClassName
 {
   color: #96545A;
 }
</style>

background-color css

<style>
 a { background-color: #96545A; }

 a { background-color: rgb(150,84,90); }

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

border-color css

<style>
 span { border-color: #96545A; }

 span { border-color: rgb(150,84,90); }

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