#905963

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

Shades of Vin Rouge #905963

Tints of Vin Rouge #905963

Color information

#905963 (or 0x905963) is unknown color: approx Vin Rouge. HEX triplet: 90, 59 and 63. RGB value is (144,89,99). Sum of RGB (Red+Green+Blue) = 144+89+99=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #905963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905963 is #6FA69C. Grayscale: #6A6A6A. Windows color (decimal): -7317149 or 6510992. OLE color: 6510992.

HSL color Cylindrical-coordinate representation of color #905963: hue angle of 349.09º degrees, saturation: 0.24, 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 #905963 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1448999-
CMYK00.380.310.44
HSL349.09º23.61%45.69%-
HSV(B)349.09º38.19%56.47%-
XYZ17.3313.9713.59-
YUV106.58123.72154.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=43.37%
G=26.81%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144899900.380.310.44349.0923.6145.69
Hex9059630261F2C15d182e
Octal22013114304637545353056
Binary100100001011001110001101001101111110110010101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905963; }

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

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

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

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

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

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

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

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