#9A565C

Color #9A565C Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9A565C

Tints of Vin Rouge #9A565C

Color information

#9A565C (or 0x9A565C) is unknown color: approx Vin Rouge. HEX triplet: 9A, 56 and 5C. RGB value is (154,86,92). Sum of RGB (Red+Green+Blue) = 154+86+92=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A565C is #65A9A3. Grayscale: #6B6B6B. Windows color (decimal): -6662564 or 6051482. OLE color: 6051482.

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

Color convert

RGB1548692-
CMYK00.440.400.40
HSL354.71º28.33%47.06%-
HSV(B)354.71º44.16%60.39%-
XYZ18.5914.311.91-
YUV107.02119.53161.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.39%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=46.39%
G=25.90%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154869200.440.400.40354.7128.3347.06
Hex9A565C02C28281631c2f
Octal23212613405450505433457
Binary1001101010101101011100010110010100010100010110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,86,92); }

 H1.HeaderClassName
 {
   color: #9A565C;
 }
 .AnyTagClassName
 {
   color: #9A565C;
 }
</style>
background-color css

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

 a { background-color: rgb(154,86,92); }

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

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

 span { border-color: rgb(154,86,92); }

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