#985367

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

Shades of Vin Rouge #985367

Tints of Vin Rouge #985367

Color information

#985367 (or 0x985367) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 67. RGB value is (152,83,103). Sum of RGB (Red+Green+Blue) = 152+83+103=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #985367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985367 is #67AC98. Grayscale: #696969. Windows color (decimal): -6794393 or 6771608. OLE color: 6771608.

HSL color Cylindrical-coordinate representation of color #985367: hue angle of 342.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985367 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15283103-
CMYK00.450.320.40
HSL342.61º29.36%46.08%-
HSV(B)342.61º45.39%59.61%-
XYZ18.4913.8414.53-
YUV105.91126.36160.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=44.97%
G=24.56%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528310300.450.320.40342.6129.3646.08
Hex98536702D20281571d2e
Octal23012314705540505273556
Binary1001100010100111100111010110110000010100010101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985367; }

 p { color: rgb(152,83,103); }

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

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

 a { background-color: rgb(152,83,103); }

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

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

 span { border-color: rgb(152,83,103); }

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