#995264

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

Shades of Vin Rouge #995264

Tints of Vin Rouge #995264

Color information

#995264 (or 0x995264) is unknown color: approx Vin Rouge. HEX triplet: 99, 52 and 64. RGB value is (153,82,100). Sum of RGB (Red+Green+Blue) = 153+82+100=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995264 is #66AD9B. Grayscale: #696969. Windows color (decimal): -6729116 or 6574745. OLE color: 6574745.

HSL color Cylindrical-coordinate representation of color #995264: hue angle of 344.79º 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 #995264 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15382100-
CMYK00.460.350.4
HSL344.79º30.21%46.08%-
HSV(B)344.79º46.41%60%-
XYZ18.4513.7313.73-
YUV105.28125.02162.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=45.67%
G=24.48%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538210000.460.350.4344.7930.2146.08
Hex99526402E23281591e2e
Octal23112214405643505313656
Binary1001100110100101100100010111010001110100010101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995264; }

 p { color: rgb(153,82,100); }

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

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

 a { background-color: rgb(153,82,100); }

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

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

 span { border-color: rgb(153,82,100); }

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