#905463

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

Shades of Vin Rouge #905463

Tints of Vin Rouge #905463

Color information

#905463 (or 0x905463) is unknown color: approx Vin Rouge. HEX triplet: 90, 54 and 63. RGB value is (144,84,99). Sum of RGB (Red+Green+Blue) = 144+84+99=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #905463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905463 is #6FAB9C. Grayscale: #676767. Windows color (decimal): -7318429 or 6509712. OLE color: 6509712.

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

Color convert

RGB1448499-
CMYK00.420.310.44
HSL345º26.32%44.71%-
HSV(B)345º41.67%56.47%-
XYZ16.9213.1713.45-
YUV103.65125.38156.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=44.04%
G=25.69%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144849900.420.310.4434526.3244.71
Hex90546302A1F2C1591a2d
Octal22012414305237545313255
Binary100100001010100110001101010101111110110010101100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905463; }

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

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

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

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

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

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

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

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