#985767

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

Shades of Vin Rouge #985767

Tints of Vin Rouge #985767

Color information

#985767 (or 0x985767) is unknown color: approx Vin Rouge. HEX triplet: 98, 57 and 67. RGB value is (152,87,103). Sum of RGB (Red+Green+Blue) = 152+87+103=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985767 is #67A898. Grayscale: #6C6C6C. Windows color (decimal): -6793369 or 6772632. OLE color: 6772632.

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

Color convert

RGB15287103-
CMYK00.430.320.40
HSL345.23º27.2%46.86%-
HSV(B)345.23º42.76%59.61%-
XYZ18.8114.4714.63-
YUV108.26125.03159.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=44.44%
G=25.44%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528710300.430.320.40345.2327.246.86
Hex98576702B20281591b2f
Octal23012714705340505313357
Binary1001100010101111100111010101110000010100010101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985767; }

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

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

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

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

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

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

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

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