#9E526B

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

Shades of Vin Rouge #9E526B

Tints of Vin Rouge #9E526B

Color information

#9E526B (or 0x9E526B) is unknown color: approx Vin Rouge. HEX triplet: 9E, 52 and 6B. RGB value is (158,82,107). Sum of RGB (Red+Green+Blue) = 158+82+107=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E526B is #61AD94. Grayscale: #6B6B6B. Windows color (decimal): -6401429 or 7033502. OLE color: 7033502.

HSL color Cylindrical-coordinate representation of color #9E526B: hue angle of 340.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E526B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15882107-
CMYK00.480.320.38
HSL340.26º31.67%47.06%-
HSV(B)340.26º48.1%61.96%-
XYZ19.7714.3715.64-
YUV107.57127.68163.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=45.53%
G=23.63%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588210700.480.320.38340.2631.6747.06
Hex9E526B0302026154202f
Octal23612215306040465244057
Binary10011110101001011010110110000100000100110101010100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E526B; }

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

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

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

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

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

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

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

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