Html Css Color HEX #9A5357 Vin Rouge

📋 copy color: '#9A5357'

red 154 ◦ green 83 ◦ blue 87

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

Shades of Vin Rouge #9A5357

Tints of Vin Rouge #9A5357

RGB

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

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

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

R = 47.53%
G = 25.62%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A5357 (or 0x9A5357) is known color: Vin Rouge. HEX triplet: 9A, 53 and 57. RGB value is (154,83,87). Sum of RGB (Red+Green+Blue) = 154+83+87=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5357 is #65ACA8. Grayscale: #686868. Windows color (decimal): -6663337 or 5723034. OLE color: 5723034.

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

Color convert

RGB 154 83 87 -
CMYK 0 0.46 0.44 0.40
HSL 356.62º 0.3% 0.46% -
HSV(B) 356.62º 0.46% 0.6% -
XYZ 18.14 13.74 10.71 -
YUV 104.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 154 83 87 0 0.46 0.44 0.40 356.62 0.3 0.46
Hex 9A 53 57 0 2E 2C 28 165 1E 2E
Octal 232 123 127 0 56 54 50 545 36 56
Binary 10011010 1010011 1010111 0 101110 101100 101000 101100101 11110 101110

Color Harmonies of #9A5357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5357

Black with #9A5357

Text Example


Text Example

White with #9A5357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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