#98526A

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

Shades of Vin Rouge #98526A

Tints of Vin Rouge #98526A

Color information

#98526A (or 0x98526A) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 6A. RGB value is (152,82,106). Sum of RGB (Red+Green+Blue) = 152+82+106=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98526A is #67AD95. Grayscale: #696969. Windows color (decimal): -6794646 or 6967960. OLE color: 6967960.

HSL color Cylindrical-coordinate representation of color #98526A: hue angle of 339.43º 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 #98526A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15282106-
CMYK00.460.300.40
HSL339.43º29.91%45.88%-
HSV(B)339.43º46.05%59.61%-
XYZ18.5713.7515.31-
YUV105.67128.19161.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=44.71%
G=24.12%
B=31.18%

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
Decimal1528210600.460.300.40339.4329.9145.88
Hex98526A02E1E281531e2e
Octal23012215205636505233656
Binary100110001010010110101001011101111010100010101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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