#905863

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

Shades of Vin Rouge #905863

Tints of Vin Rouge #905863

Color information

#905863 (or 0x905863) is unknown color: approx Vin Rouge. HEX triplet: 90, 58 and 63. RGB value is (144,88,99). Sum of RGB (Red+Green+Blue) = 144+88+99=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #905863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905863 is #6FA79C. Grayscale: #6A6A6A. Windows color (decimal): -7317405 or 6510736. OLE color: 6510736.

HSL color Cylindrical-coordinate representation of color #905863: hue angle of 348.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905863 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1448899-
CMYK00.390.310.44
HSL348.21º24.14%45.49%-
HSV(B)348.21º38.89%56.47%-
XYZ17.2413.8113.56-
YUV106124.05155.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=43.50%
G=26.59%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144889900.390.310.44348.2124.1445.49
Hex9058630271F2C15c182d
Octal22013014304737545343055
Binary100100001011000110001101001111111110110010101110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905863; }

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

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

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

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

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

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

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

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