Html Css Color HEX #9A5157 Vin Rouge

📋 copy color: '#9A5157'

red 154 ◦ green 81 ◦ blue 87

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

Shades of Vin Rouge #9A5157

Tints of Vin Rouge #9A5157

RGB

 RED value IS 154 (60.55% from 255) = 47.83%

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 87 (34.38% from 255) = 27.02%

R = 47.83%
G = 25.16%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A5157 (or 0x9A5157) is known color: Vin Rouge. HEX triplet: 9A, 51 and 57. RGB value is (154,81,87). Sum of RGB (Red+Green+Blue) = 154+81+87=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5157 is #65AEA8. Grayscale: #676767. Windows color (decimal): -6663849 or 5722522. OLE color: 5722522.

HSL color Cylindrical-coordinate representation of color #9A5157: hue angle of 355.07º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5157 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 81 87 -
CMYK 0 0.47 0.44 0.40
HSL 355.07º 0.31% 0.46% -
HSV(B) 355.07º 0.47% 0.6% -
XYZ 17.99 13.44 10.66 -
YUV 103.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 154 81 87 0 0.47 0.44 0.40 355.07 0.31 0.46
Hex 9A 51 57 0 2F 2C 28 163 1F 2E
Octal 232 121 127 0 57 54 50 543 37 56
Binary 10011010 1010001 1010111 0 101111 101100 101000 101100011 11111 101110

Color Harmonies of #9A5157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5157

Black with #9A5157

Text Example


Text Example

White with #9A5157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5157; }

 p { color: rgb(154,81,87); }

 H1.HeaderClassName
 {
   color: #9A5157;
 }
 .AnyTagClassName
 {
   color: #9A5157;
 }
</style>

background-color css

<style>
 a { background-color: #9A5157; }

 a { background-color: rgb(154,81,87); }

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

border-color css

<style>
 span { border-color: #9A5157; }

 span { border-color: rgb(154,81,87); }

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