#98526B

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

Shades of Vin Rouge #98526B

Tints of Vin Rouge #98526B

Color information

#98526B (or 0x98526B) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 6B. RGB value is (152,82,107). Sum of RGB (Red+Green+Blue) = 152+82+107=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98526B is #67AD94. Grayscale: #696969. Windows color (decimal): -6794645 or 7033496. OLE color: 7033496.

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

Color convert

RGB15282107-
CMYK00.460.300.40
HSL338.57º29.91%45.88%-
HSV(B)338.57º46.05%59.61%-
XYZ18.6213.7715.59-
YUV105.78128.69160.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=44.57%
G=24.05%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528210700.460.300.40338.5729.9145.88
Hex98526B02E1E281531e2e
Octal23012215305636505233656
Binary100110001010010110101101011101111010100010101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98526B; }

 p { color: rgb(152,82,107); }

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

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

 a { background-color: rgb(152,82,107); }

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

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

 span { border-color: rgb(152,82,107); }

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