#905A63

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

Shades of Vin Rouge #905A63

Tints of Vin Rouge #905A63

Color information

#905A63 (or 0x905A63) is unknown color: approx Vin Rouge. HEX triplet: 90, 5A and 63. RGB value is (144,90,99). Sum of RGB (Red+Green+Blue) = 144+90+99=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #905A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A63 is #6FA59C. Grayscale: #6B6B6B. Windows color (decimal): -7316893 or 6511248. OLE color: 6511248.

HSL color Cylindrical-coordinate representation of color #905A63: hue angle of 350º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A63 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1449099-
CMYK00.370.310.44
HSL350º23.08%45.88%-
HSV(B)350º37.5%56.47%-
XYZ17.4114.1413.62-
YUV107.17123.39154.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=43.24%
G=27.03%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144909900.370.310.4435023.0845.88
Hex905A630251F2C15e172e
Octal22013214304537545362756
Binary100100001011010110001101001011111110110010101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A63; }

 p { color: rgb(144,90,99); }

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

<style>
 a { background-color: #905A63; }

 a { background-color: rgb(144,90,99); }

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

<style>
 span { border-color: #905A63; }

 span { border-color: rgb(144,90,99); }

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