#985362

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

Shades of Vin Rouge #985362

Tints of Vin Rouge #985362

Color information

#985362 (or 0x985362) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 62. RGB value is (152,83,98). Sum of RGB (Red+Green+Blue) = 152+83+98=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985362 is #67AC9D. Grayscale: #696969. Windows color (decimal): -6794398 or 6443928. OLE color: 6443928.

HSL color Cylindrical-coordinate representation of color #985362: hue angle of 346.96º 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 #985362 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1528398-
CMYK00.450.360.40
HSL346.96º29.36%46.08%-
HSV(B)346.96º45.39%59.61%-
XYZ18.2513.7413.25-
YUV105.34123.86161.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=45.65%
G=24.92%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152839800.450.360.40346.9629.3646.08
Hex98536202D242815b1d2e
Octal23012314205544505333556
Binary1001100010100111100010010110110010010100010101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985362; }

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

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

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

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

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

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

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

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